UNPKG

5.25 kBJSONView Raw
1{
2 "name": "@bic-fe/mds-ui",
3 "version": "0.2.9-rc.2",
4 "description": "A set of enterprise-class Vue UI components.",
5 "main": "dist/index.js",
6 "scripts": {
7 "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.config.js --open --hot",
8 "site": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.site.config.js --open --hot",
9 "test": "jest ./components/",
10 "test:cov": "jest ./components/ --coverage",
11 "lint": "eslint components",
12 "clean": "rimraf dist",
13 "clean:site": "rimraf site/dist site/components site/docs site/router.js",
14 "create:site": "node scripts/generate.js -a",
15 "create:router": "node scripts/generate.js -r",
16 "build:site": "npm run clean:site && npm run create:site && npm run create:router && webpack --config ./build/webpack.dist.site.config.js",
17 "build:dev": "webpack --config ./build/webpack.dist.dev.config.js",
18 "build:utils": "cross-env BABEL_ENV=utils babel components/_util --out-dir dist/_util",
19 "build:mixin": "cross-env BABEL_ENV=utils babel components/_mixin --out-dir dist/_mixin",
20 "build:locale": "cross-env BABEL_ENV=utils babel components/_locale --out-dir dist/_locale",
21 "build:component": "webpack --config ./build/webpack.dist.component.config.js",
22 "build:c": "webpack --config ./build/webpack.dist.static.config.js",
23 "build": "npm run clean && webpack --config ./build/webpack.dist.prod.config.js",
24 "dist": "npm run build && npm run build:c && npm run build:component && npm run build:locale && npm run build:mixin && npm run build:utils",
25 "analyz": "NODE_ENV=production npm_config_report=true npm run dev",
26 "commit": "npx git-cz",
27 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
28 },
29 "files": [
30 "dist"
31 ],
32 "repository": {
33 "type": "git",
34 "url": "http://igit.58corp.com/matrix/mds-ui/"
35 },
36 "bugs": {
37 "url": "http://igit.58corp.com/matrix/mds-ui/issues"
38 },
39 "keywords": [
40 "vue",
41 "matrix",
42 "matrix-magic",
43 "mds",
44 "mds-ui",
45 "mds-tools"
46 ],
47 "author": "pilot-fe",
48 "license": "MIT",
49 "devDependencies": {
50 "@babel/core": "^7.7.2",
51 "@vue/test-utils": "^1.0.0-beta.29",
52 "autoprefixer": "^7.1.3",
53 "babel-cli": "^6.26.0",
54 "babel-core": "^6.26.0",
55 "babel-eslint": "^8.2.6",
56 "babel-jest": "^21.0.2",
57 "babel-loader": "^7.1.5",
58 "babel-plugin-dynamic-import-node": "^2.3.0",
59 "babel-plugin-module-resolver": "^3.2.0",
60 "babel-plugin-syntax-jsx": "^6.18.0",
61 "babel-plugin-transform-decorators-legacy": "^1.3.4",
62 "babel-plugin-transform-runtime": "^6.23.0",
63 "babel-plugin-transform-vue-jsx": "^3.3.0",
64 "babel-preset-env": "^1.6.1",
65 "babel-preset-stage-2": "^6.24.1",
66 "babel-register": "^6.26.0",
67 "chalk": "^2.4.2",
68 "commitizen": "^4.2.3",
69 "copy-webpack-plugin": "^5.0.5",
70 "cross-env": "^5.2.1",
71 "css-loader": "^0.28.7",
72 "cz-conventional-changelog": "^3.3.0",
73 "cz-conventional-emoji": "^1.0.2",
74 "eslint": "^4.6.1",
75 "eslint-config-standard": "^10.2.1",
76 "eslint-friendly-formatter": "^3.0.0",
77 "eslint-loader": "^2.1.2",
78 "eslint-plugin-html": "^3.2.1",
79 "eslint-plugin-import": "^2.16.0",
80 "eslint-plugin-node": "^5.1.1",
81 "eslint-plugin-promise": "^3.5.0",
82 "eslint-plugin-standard": "^3.0.1",
83 "extract-text-webpack-plugin": "^4.0.0-beta.0",
84 "file-loader": "^3.0.1",
85 "friendly-errors-webpack-plugin": "^1.6.1",
86 "happypack": "^5.0.1",
87 "highlight.js": "^9.15.6",
88 "html-webpack-plugin": "^3.2.0",
89 "jest": "^21.2.1",
90 "jest-vue-preprocessor": "^1.5.0",
91 "json-templater": "^1.2.0",
92 "less": "^2.7.2",
93 "less-loader": "^4.1.0",
94 "lottie-web": "^5.5.7",
95 "marked": "^0.3.9",
96 "npm-check-updates": "^3.0.8",
97 "optimize-css-assets-webpack-plugin": "^3.2.0",
98 "rimraf": "^3.0.0",
99 "single-line-log": "^1.1.2",
100 "style-loader": "^0.18.2",
101 "typescript": "^3.7.2",
102 "uppercamelcase": "^3.0.0",
103 "url-loader": "^0.5.9",
104 "vue": "2.6.11",
105 "vue-clipboard2": "^0.3.0",
106 "vue-jest": "^3.0.5",
107 "vue-loader": "^15.7.0",
108 "vue-lottie": "^0.2.1",
109 "vue-router": "^2.7.0",
110 "vue-server-renderer": "2.6.8",
111 "vue-style-loader": "^3.0.1",
112 "vue-template-compiler": "2.6.11",
113 "webpack": "^4.29.6",
114 "webpack-bundle-analyzer": "^3.1.0",
115 "webpack-cli": "^3.2.3",
116 "webpack-dev-server": "^3.2.1",
117 "webpack-manifest-plugin": "^2.2.0",
118 "webpack-merge": "^4.2.1",
119 "webpack-node-externals": "^1.7.2",
120 "webpack-parallel-uglify-plugin": "^1.1.0",
121 "webpack-progress-ora-plugin": "1.2.1"
122 },
123 "browserslist": [
124 "> 1%",
125 "last 2 versions",
126 "not ie <= 8"
127 ],
128 "dependencies": {
129 "async-validator": "^4.0.2",
130 "axios": "^0.19.2",
131 "babel-helper-vue-jsx-merge-props": "^2.0.3",
132 "babel-runtime": "6.x",
133 "conventional-changelog-cli": "^2.2.2",
134 "lodash.debounce": "^4.0.8",
135 "moment": "^2.24.0",
136 "popper.js": "^1.14.7",
137 "resize-observer-polyfill": "^1.5.1",
138 "throttle-debounce": "^2.1.0"
139 },
140 "peerDependencies": {
141 "vue": "^2.6.11"
142 },
143 "config": {
144 "commitizen": {
145 "path": "./node_modules/cz-conventional-emoji"
146 }
147 }
148}