-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "vue-quill-drag-drop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"echarts": "^4.2.0-rc.2",
"highlightjs": "^9.12.0",
"html2canvas": "^1.0.0-alpha.12",
"katex": "^0.10.0",
"quill": "^1.3.6",
"quill-image-drop-module": "^1.0.3",
"register-service-worker": "^1.5.2",
"vue": "^2.5.17",
"vue-material": "^1.0.0-beta-10.2",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-pwa": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"minimist": "^1.2.5",
"vue-template-compiler": "^2.5.17"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}