-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.74 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.74 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
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
{
"name": "noted_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^19.0.2",
"@ckeditor/ckeditor5-build-inline": "^19.0.2",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"core-js": "^3.6.4",
"interactjs": "^1.9.18",
"jquery": "^3.5.1",
"jsdom": "^16.5.0",
"lodash": "^4.17.21",
"panzoom": "^9.2.4",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"subjx": "^0.2.7",
"tiptap": "^1.27.1",
"tiptap-extensions": "^1.29.1",
"tiptap-vuetify": "^2.20.0",
"vue": "^2.6.11",
"vue-drag-resize": "^1.3.2",
"vue-draggable-resizable": "^2.2.0",
"vue-panzoom": "^1.1.1",
"vue-radial-menu": "^1.1.1",
"vue-resizable": "^1.2.0",
"vue-resize-directive": "^1.2.0",
"vue-responsive-dash": "^0.4.2",
"vue-router": "^3.2.0",
"vue-simple-context-menu": "^3.1.10",
"vue-zoomer": "^0.3.6",
"vue2-touch-events": "^2.2.1",
"vuetify": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"glob-parent": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^6.2.2",
"material-design-icons-iconfont": "^5.0.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}