forked from kawalpemilu/kawalpemilu2019-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
38
39
40
41
42
{
"name": "kawalpemilu",
"version": "2019.0.0",
"repository": {
"url": "git+https://github.com/kawalc1/kawalpemilu2019-www.git"
},
"description": "",
"private": true,
"scripts": {
"predeploy": "npm run build && touch dist/.nojekyll && touch dist/CNAME && echo \"pemilu2019.kawalc1.org\" > dist/CNAME",
"deploy": "gh-pages -d dist",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"author": "Kawal Pemilu",
"devDependencies": {
"autoprefixer": "^9.5.1",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"gh-pages": "^5.0.0",
"handlebars": "^4.3.0",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass": "^1.63.4",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"ts-loader": "^5.4.4",
"typescript": "^3.4.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@types/debounce": "^1.2.0",
"debounce": "^1.2.0"
}
}