-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 2.68 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8090",
"build-report": "vue-cli-service build --report",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@hedgedoc/markdown-it-task-lists": "^1.0.2",
"@quilicicf/markdown-formatter": "^4.0.4",
"@traptitech/markdown-it-katex": "^3.5.0",
"@vue/composition-api": "^1.4.4",
"ansi-to-html": "^0.7.2",
"babel-plugin-transform-decorators": "^6.24.1",
"diff": "^5.0.0",
"diff2html": "^3.4.14",
"firebase": "^9.5.0",
"highlight.js": "^11.6.0",
"katex": "^0.15.2",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.1",
"markdown-it-front-matter": "^0.2.3",
"markdown-it-table-of-contents": "^0.6.0",
"moment": "^2.29.1",
"pretty": "^2.0.0",
"sanitize-html": "^2.6.1",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3",
"vue-croppa": "^1.3.8",
"vue-prism-editor": "^1.3.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vue-upload-component": "^2.8.22",
"vuedraggable": "^2.24.3",
"vuetify": "^2.4.0",
"vuex": "^3.4.0",
"vuex-module-decorators": "^1.2.0",
"vuex-persist": "^3.1.3",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/diff": "^5.0.2",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-attrs": "^4.1.0",
"@types/pretty": "^2.0.0",
"@types/react": "^17.0.33",
"@types/sanitize-html": "^2.6.0",
"@types/vue-moment": "^4.0.3",
"@types/vue2-editor": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"moment-locales-webpack-plugin": "^1.2.0",
"ncp": "^2.0.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"typescript": "~4.1.5",
"vue-cli-plugin-vuetify": "~2.4.3",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
"webpack": "^4.46.0"
}
}