-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.05 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
{
"name": "onepage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch-sass": "node-sass -rw sass -o css --watch",
"compile-sass": "node-sass sass/main.scss css/style.comp.css",
"concat-css": "concat -o css/style.concat.css css/fontawesome.min.css css/style.comp.css",
"prefix-css": "postcss --use autoprefixer -b 'last 5 versions' css/style.concat.css -o css/style.prefix.css",
"compress-css": "node-sass css/style.prefix.css css/style.css --output-style compressed",
"build-css": "npx npm-run-all compile-sass concat-css prefix-css compress-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BernardDev/onepage-bushfire.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BernardDev/onepage-bushfire/issues"
},
"homepage": "https://github.com/BernardDev/onepage-bushfire#readme",
"dependencies": {
"autoprefixer": "^10.1.0",
"concat": "^1.0.3",
"node-sass": "^5.0.0",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.1"
}
}