-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 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
32
{
"name": "c3n3",
"version": "1.0.0",
"description": "## Contexte pédagogique 👋",
"main": "index.js",
"scripts": {
"compile": "node-sass sass/main.scss css/style.comp.css -w",
"watch": "node-sass sass/main.scss css/style.css --watch",
"concat": "concat -o css/style.concat.css css/additional.css css/style.comp.css",
"prefix": "postcss --use autoprefix -b 'last 5 versions' css/style.concat.css -o css/style.prefix.css",
"compress": "node-sass css/style.concat.css css/style.css --output-style compressed",
"build": "npm-run-all compile concat prefix compress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abbassihraf/Covitest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abbassihraf/Covitest/issues"
},
"homepage": "https://github.com/Abbassihraf/Covitest#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.7.5",
"concat": "^1.0.3",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.0"
}
}