-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
83 lines (83 loc) · 2.28 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
78
79
80
81
82
83
{
"name": "snipp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tiptap/extension-bullet-list": "^2.0.0-beta.220",
"@tiptap/extension-document": "^2.0.0-beta.220",
"@tiptap/extension-highlight": "^2.0.0-beta.220",
"@tiptap/extension-list-item": "^2.0.0-beta.220",
"@tiptap/extension-paragraph": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "^2.0.0-beta.220",
"@tiptap/extension-task-item": "^2.0.0-beta.220",
"@tiptap/extension-task-list": "^2.0.0-beta.220",
"@tiptap/extension-text": "^2.0.0-beta.220",
"@tiptap/extension-typography": "^2.0.0-beta.220",
"@tiptap/starter-kit": "*",
"@tiptap/vue-2": "*",
"@vue/composition-api": "^1.7.1",
"comlink": "^4.4.1",
"core-js": "^3.29.1",
"dexie": "^3.2.3",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"geometric": "^2.5.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.36.1",
"mousetrap": "^1.6.5",
"nano-assign": "^1.0.1",
"perfect-freehand": "^1.2.0",
"register-service-worker": "^1.7.2",
"roughjs": "^4.5.2",
"uuid": "^9.0.0",
"v-click-outside": "^3.2.0",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-feather-icons": "^5.1.0",
"vue-notification": "^1.3.20",
"vue-prosemirror-2": "^0.3.4",
"vue-router": "^3.5.2",
"vue-shortkey": "^3.1.7",
"vue-smooth-dnd": "^0.8.1",
"vue2-prosemirror-markdown": "^0.1.0",
"vue2-transitions": "^0.3.0",
"vuex": "^3.6.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^8.36.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.1",
"vue-template-compiler": "^2.6.14",
"webpack-bundle-analyzer": "^4.8.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}