-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "anyimages",
"version": "1.0.0",
"description": "",
"main": "./src/main.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --progress --inline",
"build": "webpack --progress"
},
"author": "anyjava",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"bootstrap-webpack": "0.0.6",
"jquery": "^3.1.1",
"woowahan": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"bootstrap-loader": "^2.0.0-beta.20",
"css-loader": "^0.26.4",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.10.0",
"handlebars": "^4.0.3",
"handlebars-loader": "^1.1.4",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.0",
"node-sass": "^4.3.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^5.0.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}