-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
75 lines (75 loc) · 2.15 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
{
"name": "vue-desktop",
"version": "0.2.31",
"description": "A UI library for building admin panel website.",
"main": "lib/index.js",
"scripts": {
"prepublish": "mkdir -p lib & cp -r src/* lib & node_modules/babel-cli/bin/babel.js lib --out-dir lib",
"dev": "webpack-dev-server --inline --hot --port 8088",
"watch": "webpack --progress --hide-modules --watch",
"build": "NODE_ENV=production webpack --progress --hide-modules",
"test": "mocha -r chai -r sinon test/index.js",
"coverage": "istanbul cover _mocha -- -r chai -r sinon -R spec test/index.js & open ./coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "[email protected]:ElemeFE/vue-desktop.git"
},
"files": [
"LICENSE",
"README.md",
"lib"
],
"keywords": [
"vue",
"vue-component"
],
"dependencies": {
"fecha": "^1.0.0",
"vue-popup": "0.0.10",
"wind-dom": "0.0.3"
},
"peerDependencies": {
"vue": "^1.0.0",
"vue-i18n": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.0.0",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"css-loader": "^0.21.0",
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.4.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"highlight.js": "^8.9.1",
"html-loader": "^0.3.0",
"jade": "^1.11.0",
"marked": "^0.3.5",
"mocha": "^2.3.3",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.0",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.1.0",
"vue-router": "0.7.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"author": "[email protected]",
"license": "MIT"
}