-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "flexgrid.io",
"version": "3.0.4",
"description": "A simple grid based on flexbox layout",
"scripts": {
"build": "cross-env webpack"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.7.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.4.0",
"csso-webpack-plugin": "^2.0.0-beta.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-fix-style-only-entries": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moso/flexgrid/flexgrid.git"
},
"keywords": [
"flex",
"flexbox",
"flexgrid",
"grid",
"css",
"scss"
],
"author": {
"name": "Morten Sørensen",
"email": "morten@moso.io",
"url": "https://flexgrid.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/moso/flexgrid/issues"
},
"homepage": "https://flexgrid.io"
}