-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "nonmql",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "^3.8.3",
"material-design-icons": "^3.0.1",
"material-design-icons-iconfont": "^5.0.1",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vuetify": "^2.4.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-service": "^4.5.4",
"sass": "^1.32.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.1.0",
"vue-template-compiler": "^2.6.12",
"vue2-ace-editor": "0.0.15",
"vuetify-loader": "^1.7.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}