This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "graven-dev-front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.24.0",
"core-js": "~3.20.0",
"vue": "~2.6.14",
"vue-class-component": "~7.2.6",
"vue-property-decorator": "~9.1.2",
"vue-router": "~3.5.3",
"vuex": "~3.6.2",
"vuedraggable": "^2.24.3",
"marked": "^4.0.8",
"dompurify": "^2.3.4",
"v-click-outside": "^2.1.2-0",
"ress": "^4.0.0",
"@adamdehaven/vue-custom-tooltip": "^1.4.4",
"color": "^4.2.0",
"remove-markdown": "^0.3.0"
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/dompurify": "^2.3.2",
"@types/marked": "^4.0.1",
"@types/remove-markdown": "^0.3.1",
"@types/showdown": "^1.9.4",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-airbnb": "~5.3.0",
"@vue/eslint-config-typescript": "~7.0.0",
"eslint": "~7.32.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-vue": "~6.2.2",
"sass": "~1.45.0",
"sass-loader": "~10.2.0",
"ts-loader": "^9.2.6",
"typescript": "~4.4.4",
"vue-hot-reload-api": "~2.2.4",
"vue-template-compiler": "~2.6.14",
"vuetify-loader": "~1.7.3",
"webpack": "^4.28.4",
"webpack-cli": "3.2.1"
}
}