UNPKG

3.82 kBJSONView Raw
1{
2 "name": "vx-ui",
3 "version": "0.4.9-alpha",
4 "description": "A Component Library for Vue.js",
5 "author": "黄运飞 <yunfei.huang@qq.com>",
6 "main": "lib/index.js",
7 "scripts": {
8 "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
9 "start": "npm run dev",
10 "unit": "jest --config test/unit/jest.conf.js --coverage",
11 "e2e": "node test/e2e/runner.js",
12 "test": "npm run unit && npm run e2e",
13 "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
14 "build": "node build/build.js",
15 "build:theme": "gulp build --gulpfile src/components/style/gulpfile.js",
16 "build:cooking": "cooking build -c build/cooking.common.js,build/cooking.component.js"
17 },
18 "files": [
19 "lib"
20 ],
21 "keywords": [
22 "ui",
23 "vue",
24 "components"
25 ],
26 "license": "MIT",
27 "repository": {
28 "type": "git",
29 "url": "git@github.com:yunfeihuang/vx-ui"
30 },
31 "dependencies": {
32 "vue": "^2.5.3",
33 "vue-router": "^3.0.1"
34 },
35 "devDependencies": {
36 "async-validator": "^1.8.2",
37 "autoprefixer": "^7.1.2",
38 "babel-core": "^6.22.1",
39 "babel-eslint": "^8.2.1",
40 "babel-helper-vue-jsx-merge-props": "^2.0.3",
41 "babel-jest": "^21.0.2",
42 "babel-loader": "^7.1.1",
43 "babel-plugin-dynamic-import-node": "^1.2.0",
44 "babel-plugin-syntax-jsx": "^6.18.0",
45 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
46 "babel-plugin-transform-runtime": "^6.22.0",
47 "babel-plugin-transform-vue-jsx": "^3.5.0",
48 "babel-polyfill": "^6.26.0",
49 "babel-preset-env": "^1.3.2",
50 "babel-preset-stage-2": "^6.22.0",
51 "babel-register": "^6.22.0",
52 "chalk": "^2.0.1",
53 "chromedriver": "^2.27.2",
54 "cooking": "^1.5.4",
55 "cooking-vue2": "^0.3.3",
56 "copy-webpack-plugin": "^4.0.1",
57 "cross-spawn": "^5.0.1",
58 "css-loader": "^0.28.0",
59 "element-ui": "^2.4.5",
60 "eslint": "^4.15.0",
61 "eslint-config-standard": "^10.2.1",
62 "eslint-friendly-formatter": "^3.0.0",
63 "eslint-loader": "^1.7.1",
64 "eslint-plugin-import": "^2.7.0",
65 "eslint-plugin-node": "^5.2.0",
66 "eslint-plugin-promise": "^3.4.0",
67 "eslint-plugin-standard": "^3.0.1",
68 "eslint-plugin-vue": "^4.0.0",
69 "extract-text-webpack-plugin": "^3.0.0",
70 "file-loader": "^1.1.4",
71 "friendly-errors-webpack-plugin": "^1.6.1",
72 "gulp": "^3.9.1",
73 "gulp-autoprefixer": "^4.1.0",
74 "gulp-cssmin": "^0.2.0",
75 "gulp-sass": "^3.1.0",
76 "html-webpack-plugin": "^2.30.1",
77 "jest": "^22.0.4",
78 "jest-serializer-vue": "^0.3.0",
79 "markdown-it": "^8.4.0",
80 "moment": "^2.22.1",
81 "nightwatch": "^0.9.12",
82 "node-notifier": "^5.1.2",
83 "node-sass": "^4.7.2",
84 "optimize-css-assets-webpack-plugin": "^3.2.0",
85 "ora": "^1.2.0",
86 "photoswipe": "^4.1.2",
87 "portfinder": "^1.0.13",
88 "postcss-import": "^11.0.0",
89 "postcss-loader": "^2.0.8",
90 "postcss-url": "^7.2.1",
91 "qrcodejs2": "^0.0.2",
92 "rimraf": "^2.6.0",
93 "sass-loader": "^6.0.6",
94 "sass-resources-loader": "^1.3.3",
95 "selenium-server": "^3.0.1",
96 "semver": "^5.3.0",
97 "shelljs": "^0.7.6",
98 "swiper": "^3.4.2",
99 "uglifyjs-webpack-plugin": "^1.1.1",
100 "url-loader": "^0.5.8",
101 "vue-jest": "^1.0.2",
102 "vue-loader": "^13.3.0",
103 "vue-markdown-loader": "^2.3.0",
104 "vue-style-loader": "^3.0.1",
105 "vue-template-compiler": "^2.5.3",
106 "vuex": "^3.0.1",
107 "webpack": "^3.6.0",
108 "webpack-bundle-analyzer": "^2.9.0",
109 "webpack-dev-server": "^2.9.1",
110 "webpack-merge": "^4.1.0",
111 "webpack-node-externals": "^1.6.0"
112 },
113 "engines": {
114 "node": ">= 6.0.0",
115 "npm": ">= 3.0.0"
116 },
117 "browserslist": [
118 "> 1%",
119 "last 2 versions",
120 "not ie <= 8"
121 ]
122}