-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 876 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
29
30
31
{
"name": "portfolio-web",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prefix": "postcss --use autoprefixer -b 'last 10 versions' style_dev.css -o style_prefix.css",
"node-sass": "node-sass style_prefix.css style.css --output-style compressed",
"build": "npm-run-all prefix node-sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telestrial/portfolio-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/telestrial/portfolio-web/issues"
},
"homepage": "https://github.com/telestrial/portfolio-web#readme",
"devDependencies": {
"autoprefixer": "^10.3.7",
"node-sass": "9.0.0",
"postcss-cli": "^9.0.1"
},
"dependencies": {
"npm-run-all": "^4.1.5"
}
}