-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "my-vue-editor",
"version": "1.0.11",
"description": "a rich text editor for VUE 2.x",
"main": "dist/my-vue-editor.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetaSu/my-vue-editor.git"
},
"keywords": [
"vue",
"editor"
],
"author": "betaSu",
"license": "ISC",
"bugs": {
"url": "https://github.com/BetaSu/my-vue-editor/issues"
},
"homepage": "https://github.com/BetaSu/my-vue-editor#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"lrz": "^4.9.40",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"font-awesome": "^4.7.0"
}
}