forked from cod1ng-earth/cbzw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cbzw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"watch": "webpack-dev-server --config webpack.dev.js",
"postinstall": "npm run build",
"start": "node_modules/.bin/http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elmariachi111/cbzw.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elmariachi111/cbzw/issues"
},
"homepage": "https://github.com/elmariachi111/cbzw#readme",
"dependencies": {
"bootstrap": "^4.0.0-beta",
"cash-dom": "^1.3.5",
"handlebars": "^4.0.10",
"handlebars-template-loader": "^0.8.0",
"http-server": "^0.10.0",
"lodash": "^4.17.4",
"yargs": "^8.0.2"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"fs-extra": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
}
}