-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 Bytes
/
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
{
"name": "diploma",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.15",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.20.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-vue": "^2.0.2",
"css-loader": "^5.2.1",
"moment": "^2.29.1",
"remove-files-webpack-plugin": "^1.4.4",
"style-loader": "^2.0.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
"vuetify": "^2.4.9",
"vuetify-loader": "^1.7.2",
"vuex": "^3.6.2",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0",
"deepmerge": "^4.2.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1"
}
}