-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.23 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
{
"name": "skydragon",
"version": "1.0.108",
"description": "UI Components base on Vue",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tongbanjie/skydragon.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js -p --progress --hide-modules",
"test": "cross-env NODE_ENV=production karma start test/karma.conf.js",
"report": "cross-env NODE_ENV=report karma run test/karma.conf.js",
"product": "rm -rf ./lib && mkdir lib && cp -rf src/ lib/ && babel lib --out-dir lib"
},
"keywords": [
"vue",
"skydragon"
],
"author": "zhishui",
"license": "MIT",
"dependencies": {
"css-loader": "^0.26.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"vue": "^2.1.10",
"vue-html-loader": "^1.2.4",
"vue-loader": "^10.3.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.1.10",
"vue-template-es2015-compiler": "^1.5.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"cross-env": "^5.2.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^4.2.0",
"isparta": "^4.0.0",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-should": "^1.0.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-styluspreprocessor": "^0.2.1",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"should": "^11.2.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"url-loader": "^2.1.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "^3.1.11",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
}
}