-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.54 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "zx-mono-repo",
"version": "1.0.1",
"private": true,
"description": "a repository about component lib build based on monorepo",
"repository": {
"type": "git",
"url": "https://github.com/zhangxuan615/zx-mono-repo"
},
"workspaces": [
"mini-webpack",
"webpack-demo/*"
],
"scripts": {
"clean": "rimraf **/node_modules",
"clean:b": "rimraf **/lib **/build ",
"test": "yarn workspaces run test",
"vite": "yarn workspace ui-app vite",
"prepare": "husky install",
"build": "lerna run --stream --sort build",
"v": "lerna version --conventional-commits --yes",
"new": "plop new"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"antd": "^4.16.13",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"plop": "^2.7.6",
"react-loader-spinner": "^4.0.0",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.14.5",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.10",
"@types/react-router": "^5.1.17",
"@types/react-router-config": "^5.0.3",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"commitizen": "^4.2.4",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.0",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"less": "^4.1.2",
"less-loader": "^10.0.1",
"lint-staged": "^11.2.6",
"mini-css-extract-plugin": "^2.0.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"postcss-modules": "^4.1.3",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"progress-bar-webpack-plugin": "^2.1.0",
"react-refresh": "^0.10.0",
"rimraf": "^3.0.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"standard-version": "^9.3.2",
"style-loader": "^3.0.0",
"style-resources-loader": "^1.4.1",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^2.5.0",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-less": "^1.0.1",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^3.21.0",
"typescript": "^4.4.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vite": "^2.6.13",
"vite-babel-plugin": "^0.0.2",
"vite-plugin-auto-css-modules": "^1.0.2",
"vite-plugin-imp": "^2.0.9",
"webpack": "^5.61.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.1.0"
},
"resolutions": {
"inquirer": "^8.2.0"
}
}