-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 909 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
41
42
{
"name": "vue_cli_project",
"version": "1.0.1",
"description": "",
"author": "derofim",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "cmake -E remove_directory build ; cmake -E make_directory build",
"cmake-version": "cmake --version"
},
"files": [
"src",
"index.js"
],
"dependencies": {
"typescript": "^3.4.5",
"vue-cli-plugin-apollo": "^0.20.0",
"axios": "^0.19.0",
"cas": "0.0.3",
"core-js": "^2.6.5",
"jwt-simple": "^0.5.6",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"watch": "^1.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-service": "^3.8.0",
"@vue/ui": "^0.9.2",
"vue-template-compiler": "^2.6.10"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"vuePlugins": {
"ui": [
"./plugin/vue-cli-plugin/ui.js"
]
}
}