forked from hifarer/vueditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.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
{
"name": "vueditor",
"version": "0.2.2",
"description": "a wysiwyg editor based on vue and vuex",
"repository": {
"type": "git",
"url": "https://github.com/hifarer/Vueditor.git"
},
"scripts": {
"dev-server": "node ./build/dev-server.js",
"dev": "webpack --config ./build/webpack.dev.config.js",
"build": "webpack --config ./build/webpack.prod.config.js"
},
"dependencies": {
"markdown": "^0.5.0",
"vue": "^2.1.8",
"vuex": "^2.1.1"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.7.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"postcss": "^5.2.8",
"postcss-loader": "^1.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
},
"keywords": [
"vue editor"
],
"author": "hifarer",
"license": "MIT"
}