forked from surmon-china/vue-quill-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "vue-quill-editor",
"version": "2.2.1",
"description": "quill editor component for Vue2",
"main": "./src/index.js",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/vue-quill-editor.git"
},
"keywords": [
"vue-quill-editor",
"vue text editor",
"vue web editor",
"vue editor"
],
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "http://surmon.me"
},
"license": "MIT",
"dependencies": {
"quill": "^1.1.7"
},
"bugs": {
"url": "https://github.com/surmon-china/vue-quill-editor/issues"
},
"homepage": "https://github.com/surmon-china/vue-quill-editor#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"css-loader": "^0.28.1",
"style-loader": "^0.17.0",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.2",
"webpack": "^2.5.1"
}
}