-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 841 Bytes
/
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
{
"name": "projet_3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sass": "sass --watch ./sass/main.scss:./public/css/style.css",
"prefix": "postcss ./public/css/style.css --use autoprefixer -d ./public/css/prefixed/",
"build": "sass --style compressed ./sass/main.scss:./public/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianthiely/BrianThiely_3_13062021.git"
},
"author": "",
"license": "ISC",
"browserslist": "last 4 versions",
"bugs": {
"url": "https://github.com/brianthiely/BrianThiely_3_13062021/issues"
},
"homepage": "https://github.com/brianthiely/BrianThiely_3_13062021#readme",
"dependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"sass": "^1.51.0"
}
}