forked from labd/wagtailstreamforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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
{
"name": "",
"version": "",
"description": "",
"homepage": "http://karmacss.com",
"author": "Accent Design <[email protected]>",
"keywords": [],
"license": "MIT",
"scripts": {
"css": "npm-run-all css-compile* --sequential css-prefix* css-minify*",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 example/scss/karma.scss example/static/css/karma.css",
"css-prefix": "postcss --config postcss.config.js --replace \"example/static/css/*.css\" \"!example/static/css/*.min.css\"",
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output example/static/css/karma.min.css example/static/css/karma.css",
"watch-css": "nodemon -e scss -x \"npm run css\""
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.2.5",
"clean-css-cli": "^4.1.10",
"karma-css": "^1.9.5",
"node-sass": "^4.7.2",
"nodemon": "^1.14.11",
"npm-run-all": "^4.1.2",
"postcss-cli": "^5.0.0"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}