-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "bvs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"production": "cross-env NODE_ENV=production webpack",
"start:dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"animejs": "^2.2.0",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"owl.carousel2": "^2.2.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"browser-sync-webpack-plugin": "^1.1.4",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglify-es": "^3.0.21",
"url-loader": "^0.5.9",
"webpack": "^3.0.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^2.0.0",
"webpack-uglifyes-plugin": "0.0.2"
}
}