-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.82 KB
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
{
"name": "template-editor",
"version": "1.0.0",
"description": "一款打单系统的模板编辑器组件的实现",
"main": "index.js",
"scripts": {
"test": "karma start",
"lint": "eslint --ext .js,.vue src/",
"dev": "webpack-dev-server --port 9527 --hot",
"clean": "rm -rf dist/",
"build": "npm run clean && webpack --progress --colors"
},
"dependencies": {
"element-ui": "^1.2.5",
"vue": "^2.2.4",
"vuejs-drag": "^1.0.0",
"vuex": "^2.2.1",
"xmljson": "^0.2.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"eslint": "^3.18.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.3",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"mocha": "^3.2.0",
"postcss-loader": "^1.3.3",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azl397985856/template-editor.git"
},
"keywords": [
"cainiao",
"CN",
"template",
"editor"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/azl397985856/template-editor/issues"
},
"homepage": "https://github.com/azl397985856/template-editor#readme"
}