-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
33
34
35
36
37
{
"name": "elira.github.io",
"version": "1.0.0",
"description": "Portfolio site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors --watch",
"css-build": "node-sass _sass/main.scss css/main.css",
"css-deploy": "npm run css-build && npm run css-postcss",
"css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
"css-watch": "npm run css-build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elira/elira.github.io.git"
},
"keywords": [
"portfolio",
"elira",
"eli",
"rabinovitz"
],
"author": "Eli Rabinovitz",
"license": "ISC",
"bugs": {
"url": "https://github.com/elira/elira.github.io/issues"
},
"homepage": "https://github.com/elira/elira.github.io#readme",
"devDependencies": {
"css-loader": "^0.28.7",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.9.1"
}
}