-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.71 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 4.71 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "web-work-space",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "jest --no-cache --runInBand",
"start": "node ./webpack/config/webpack.config.dev.js project",
"dev": "node ./webpack/config/webpack.config.dev.js project",
"env": "node ./webpack/config/setEnv.js",
"build": "node ./webpack/config/webpack.config.pro.js project",
"analyze": "cross-env NODE_ENV=analyze node ./webpack/config/webpack.config.pro.js project",
"nc": "node ./webpack/node/transfer.js folder",
"zip": "node ./webpack/node/compression.js",
"stylelint": "stylelint --fix projects/**/*.{vue,css,scss,sass}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wz71014q/WebWorkSpace.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wz71014q/WebWorkSpace/issues"
},
"homepage": "https://github.com/wz71014q/WebWorkSpace#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@vue/test-utils": "^1.0.3",
"async": "^2.6.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.8.0",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^3.0.0",
"commander": "^2.20.3",
"cross-env": "^7.0.2",
"css-loader": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"ejs": "^3.1.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^9.7.0",
"express": "^4.17.1",
"html-loader": "^0.5.5",
"identity-obj-proxy": "^3.0.0",
"inquirer": "^8.2.5",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^8.0.0",
"opn": "^5.5.0",
"ora": "^3.4.0",
"postcss-html": "^0.36.0",
"progress-bar-webpack-plugin": "^1.12.1",
"prop-types": "^15.7.2",
"react-eventproxy": "^2.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"sass-loader": "^10.3.1",
"shelljs": "^0.8.4",
"sinon": "^7.3.2",
"speed-measure-webpack-plugin": "^1.3.3",
"stats": "^1.0.0",
"stylelint": "^14.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-webpack-plugin": "^2.3.2",
"three": "^0.127.0",
"three-bas": "^2.12.0",
"three-orbit-controls": "^82.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"validate-commit-msg": "^2.14.0",
"vconsole": "^3.3.4",
"vue-jest": "^3.0.6",
"webpack-bundle-analyzer": "^3.8.0"
},
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/server-test-utils": "^1.0.3",
"autoprefixer": "^9.8.5",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"copy-webpack-plugin": "^5.1.1",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.0.1",
"html-webpack-plugin": "^3.2.0",
"i18n": "^0.8.6",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"tesseract.js": "^6.0.0",
"url-loader": "^1.1.2",
"vue": "^2.6.11",
"vue-i18n": "^8.18.2",
"vue-loader": "^15.9.3",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.3.4",
"vue-server-renderer": "^2.6.11",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"webpack": "^4.43.0",
"webpack-browser-plugin": "^1.0.20",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
}
}