-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 973 Bytes
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
{
"name": "natours",
"version": "1.0.0",
"description": "sass test webpage",
"main": "index.js",
"scripts": {
"watch:sass": "sass --watch sass/main.scss:css/style.css",
"compile:sass": "sass sass/main.scss css/style.compile.css",
"concat:css": "concat -o css/style.concat.css css/icon-font.css css/style.compile.css",
"prefix:css": "postcss --use autoprefixer -b 'last 5 version' css/style.concat.css -o css/style.prefix.css",
"compress:css": "sass css/style.prefix.css css/style.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellion86/Natours.git"
},
"author": "Vyacheslav Mejurevskiy",
"license": "ISC",
"bugs": {
"url": "https://github.com/hellion86/Natours/issues"
},
"homepage": "https://github.com/hellion86/Natours#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"concat": "^1.0.3",
"node-sass": "^8.0.0",
"postcss-cli": "^10.1.0"
}
}