-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 996 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
38
{
"name": "test3",
"private": true,
"version": "0.0.0",
"scripts": {
"webpack": "webpack --config webpack.config.vendor.js && webpack"
},
"devDependencies": {
"aspnet-webpack": "^2.0.1",
"css-loader": "^0.25.0",
"event-source-polyfill": "^0.0.7",
"extract-text-webpack-plugin": "^2.0.0-rc",
"file-loader": "^0.9.0",
"node-sass": "^6.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.2.2",
"vue-loader": "^11.1.4",
"vue-router": "^2.3.0",
"vue-template-compiler": "^2.2.2",
"webpack": "^2.2.0",
"webpack-cli": "^4.7.0",
"webpack-hot-middleware": "^2.12.2"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vee-validate": "2.0.6",
"velocity-animate": "^1.5.2",
"vue-slider-component": "^3.2.11",
"vue-toastr": "^2.1.2",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2"
}
}