-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.28 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.28 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "mip2-ui-components",
"version": "0.0.1",
"description": "Custom MIP UI Components Repository",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
"mip2:dev": "cd dev/sfc-components && mip2 dev",
"dev:comp": "concurrently --kill-others \"npm run dev\" \"npm run mip2:dev\"",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
"test": "cross-env NODE_ENV=test jest",
"update:snapshot": "jest --updateSnapshot",
"uploadjs": "baidubce bos --put-object dist/vuetify.min.js bos://assets/mip/projects/vuetify.min.js",
"uploadcss": "baidubce bos --put-object dist/vuetify.min.css bos://assets/mip/projects/vuetify.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip2-ui-components.git"
},
"keywords": [
"MIP"
],
"author": "MIP",
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/mip2-ui-components/issues"
},
"homepage": "https://github.com/mipengine/mip2-ui-components#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.5.1",
"avoriaz": "^6.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.4",
"babel-plugin-detective": "2.0.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cheerio": "^1.0.0-rc.2",
"concurrently": "^3.6.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsdoc": "^3.8.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
"fork-ts-checker-webpack-plugin": "^0.4.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.0",
"husky": "^0.14.3",
"inquirer": "^5.2.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest-css-modules": "^1.1.0",
"jest-serializer-html": "^5.0.0",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.1.5",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.2.2",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.10.0",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"peerDependencies": {
"vue": "^2.5.10"
},
"jest": {
"verbose": false,
"roots": [
"<rootDir>/test/unit/components/VBtn",
"<rootDir>/test/unit/components/VIcon",
"<rootDir>/test/unit/components/VAlert",
"<rootDir>/test/unit/components/VBtnToggle",
"<rootDir>/test/unit/components/VDivider",
"<rootDir>/test/unit/components/VInput",
"<rootDir>/test/unit/components/VSlider"
],
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules"
],
"moduleNameMapper": {
"^@/test$": "<rootDir>/test/index.js",
"^@/test/(.*)$": "<rootDir>/test/$1",
"^@/(.*)$": "<rootDir>/src/$1"
},
"transform": {
"\\.(styl)$": "jest-css-modules",
".*\\.js$": "babel-jest"
},
"mapCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js}"
],
"transformIgnorePatterns": [
"node_modules/(?!vue-router)"
],
"snapshotSerializers": [
"jest-serializer-html"
],
"globals": {}
}
}