-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 998 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 998 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
{
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"bootstrap": "^4.0.0",
"bootstrap-touchspin": "^3.1.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.1",
"jquery": "^3.3.1",
"jquery-bar-rating": "^1.2.2",
"jquery-migrate": "^3.0.1",
"jquery-touchswipe": "^1.6.18",
"nodemon": "^1.12.1",
"popper.js": "^1.12.9",
"slick-carousel": "^1.8.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"webpack-merge": "^4.1.0"
},
"scripts": {
"start": "nodemon --watch webpack --watch package.json --exec \"webpack-dev-server --config webpack/webpack.dev.js\"",
"exp": "nodemon --watch webpack --watch package.json --exec \"webpack --config webpack/webpack.prod.js\"",
"build": "webpack --config webpack/webpack.prod.js"
},
"license": "MIT",
"author": "Kathrin Weihe <[email protected]>"
}