-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 993 Bytes
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": "fluxdemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap-loader": "^2.2.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"bootstrap-sass": "^3.3.7",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"file-loader": "^1.1.10",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.1.0",
"imports-loader": "^0.8.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.1",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --history-api-fallback --inline --progress"
},
"author": "",
"license": "ISC"
}