-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
package.json
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
{
"name": "sireno-grid",
"version": "0.4.0",
"description": "A lightweight CSS Grid system based on CSS Grid Layout with flexbox fallback for unsupported browsers.",
"email": "[email protected]",
"author": {
"name": "Sergio Carracedo",
"email": "[email protected]",
"url": "https://sergiocarracedo.es"
},
"url": "http://www.opsou.com/",
"keywords": [
"gridcss",
"flexbox",
"gridlayout",
"sireno",
"vigo"
],
"homepage": "http://sirenogrid.com",
"repository": "https://github.com/sergiocarracedo/sireno-grid",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p --progress",
"dev": "cross-env NODE_ENV=development webpack -w"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.4.4",
"postcss-loader": "^3.0.0",
"sass": "^1.49.10",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"publishConfig": {
},
"dependencies": {
"serialize-javascript": "^3.1.0"
}
}