-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "vue-bootstrap-flask",
"description": "Example Vue+Bootstrap+Flask+Webpack project",
"version": "1.0.0",
"author": "Pavel Zaikin <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve --config webpack.config.js --progress --profile --content-base src/",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"dependencies": {
"@babel/core": "^7.13.16",
"axios": "^0.21.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.13.0",
"popper.js": "^1.16.1",
"vue": "^2.6.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"style-loader": "^1.2.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.15.0"
}
}