-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"author": {
"name": "huadi"
},
"scripts": {
"dev": "node ./build/webpack.run.js dev",
"build": "node ./build/webpack.run.js build",
"dist": "npm run lint && npm run clear && npm run build",
"clear:build": "rm -rf ./lib",
"clear": "npm run clear:build",
"lint": "eslint packages src server bin build",
"precommit": "npm run dist",
"prepublish": "npm run dist",
"test": "npm run lint"
},
"bugs": {
"url": "https://github.com/ddvjs/ddv-ui/issues",
"email": "[email protected]"
},
"dependencies": {
"cross-spawn": "~5.1.0",
"chokidar": "~1.6.1",
"qrcode": "~0.9.0",
"async-validator": "~1.8.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"css-entry-webpack-plugin": "^1.0.0-beta.4",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"json-loader": "^0.5.7",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"postcss-salad": "^2.0.1",
"progress-bar-webpack-plugin": "^1.10.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"description": "ddv-ui让你直接使用cms后台布局,省去后台布局时间",
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/ddvjs/ddv-ui#readme",
"jshintConfig": {
"disable": true
},
"keywords": [
"ddvui",
"ui",
"ddv"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "yuchonghua",
"email": "[email protected]"
}
],
"name": "ddv-ui",
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ddvjs/ddv-ui.git"
},
"version": "0.1.1"
}