forked from okoala/vue-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.36 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
{
"name": "vue-antd",
"version": "0.2.9",
"description": "Ant Design components built with Vue.js ",
"main": "src/index.js",
"scripts": {
"dev": "npm-run-all --parallel docs:server docs:watch",
"docs:server": "node docs/server.js",
"docs:deploy": "rm -rf .temp && webpack --config build/webpack/development.js --progress --colors --display-chunks && gh-pages -d .temp",
"docs:watch": "webpack --config build/webpack/development.js --progress --colors --display-chunks --display-error-details --watch",
"build": "webpack --config build/webpack/build.dev.js && webpack --config build/webpack/build.prod.js",
"lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js",
"e2e": "casperjs test --concise ./test/e2e",
"test": "karma start build/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/okoala/vue-antd.git"
},
"keywords": [
"vue",
"vue-antd",
"vue-component",
"antd"
],
"homepage": "https://github.com/okoala/vue-antd",
"dependencies": {
"classnames": "^2.2.3",
"css-animation": "^1.1.1",
"dom-align": "^1.3.0",
"dom-scroll-into-view": "^1.1.0",
"enquire.js": "^2.1.1",
"gregorian-calendar": "^4.1.2",
"json2mq": "^0.2.0",
"lodash.isplainobject": "^4.0.3",
"velocity-animate": "^1.2.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.3.13",
"babel-register": "^6.6.0",
"babel-runtime": "^5.8.0",
"browser-sync": "^2.11.2",
"browser-sync-webpack-plugin": "^1.0.1",
"casperjs": "^1.1.0-beta5",
"clipboard": "^1.5.9",
"codecov.io": "^0.1.6",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"eslint": "^2.5.3",
"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",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"formidable": "^1.0.17",
"function-bind": "^1.0.2",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"image-webpack-loader": "^1.6.3",
"inject-loader": "^2.0.1",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"less": "^2.6.0",
"less-loader": "^2.2.3",
"markdown-loader": "^0.1.7",
"npm-run-all": "^1.7.0",
"phantomjs": "^1.9.19",
"postcss-loader": "^0.8.2",
"style-loader": "^0.13.1",
"template-html-loader": "0.0.3",
"uglify-js": "^2.6.2",
"vue": "^1.0.20",
"vue-antd-docs-loader": "okoala/vue-antd-docs-loader",
"vue-async-data": "^1.0.2",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.0",
"vue-loader": "^8.2.2",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.11",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.14"
},
"author": "KoalaHuang",
"license": "MIT"
}