-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "actips-front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/highlight.js": "^9.12.3",
"@types/quill": "^2.0.2",
"@types/url-join": "^4.0.0",
"@types/url-template": "^2.0.28",
"axios": "^0.18.1",
"core-js": "^2.6.5",
"font-awesome": "^4.7.0",
"highlight.js": "^9.15.6",
"iview": "^3.4.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"moment": "^2.24.0",
"quill": "^1.3.6",
"reset-css": "^4.0.1",
"url-join": "^4.0.0",
"url-template": "^2.0.8",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-markdown": "^2.2.4",
"vue-property-decorator": "^8.1.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vue2-ace-editor": "^0.0.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-typescript": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.5.21"
}
}