-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
119 lines (119 loc) · 3.37 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "dao-style-vue",
"title": "DaoStyle",
"author": "DaoCloud",
"version": "1.0.9-rc5",
"license": "MIT",
"description": "A high quality component library built on Vue.js",
"homepage": "https://daocloud.github.io/dao-style",
"keywords": [
"ui",
"uikit",
"vue",
"component library",
"cloud computing",
"daocloud"
],
"main": "dao-style.min.js",
"files": [
"dist",
"src",
"styles"
],
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development && webpack-dev-server --hot --inline --progress --config build/webpack.example.config.js",
"docs": "rimraf docs && cross-env NODE_ENV=production webpack --config build/webpack.example.config.js",
"dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js",
"lint": "eslint --ext .js,.vue src",
"unit": "karma start test/unit/karma.conf.js --single-run",
"test": "npm run unit"
},
"repository": {
"type": "git",
"url": "https://github.com/DaoCloud/dao-style"
},
"bugs": {
"url": "https://github.com/DaoCloud/dao-style/issues"
},
"peerDependencies": {
"vue": "^2.5.16"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.26.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "2.1.14",
"semver": "^5.5.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"webpack-dev-server": "^3.1.6",
"chai": "^3.5.0",
"chalk": "^2.4.1",
"qq": "^0.3.5",
"vue": "^2.5.16",
"vue-codemirror": "^4.0.5",
"vue-i18n": "^8.0.0",
"vue-loader": "^14.0.0",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"lodash": "^4.17.4",
"popper.js": "^1.10.5",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.1",
"style-loader": "^0.16.1",
"svg-sprite-loader": "^3.7.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.0.1",
"postcss-loader": "^2.1.5",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"node-sass": "^4.9.0",
"function-bind": "^1.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^3.2.0",
"inject-loader": "^4.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^0.8.5",
"css-loader": "^0.28.11",
"copy-webpack-plugin": "^4.3.1",
"spin.js": "^3.1.0",
"babel-core": "^6.23.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.2.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"shelljs": "^0.8.2"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"browserslist": [
"Firefox >= 28",
"Chrome >= 30",
"IE >= 11",
"Safari >= 10"
]
}