-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.44 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "pure-react-project-with-webpack",
"version": "1.0.0",
"description": "A pure react project with webpack,code splitting, css modules, antd-mobile, without any cli",
"main": "index.tsx",
"scripts": {
"server": "node src/server/index.js",
"dev": "NODE_ENV=dev webpack-dev-server --progress --color --config build/webpack.dev.config.js",
"build": "NODE_ENV=prod webpack --config build/webpack.prod.config.js",
"test:unit": "jest",
"test:e2e": "jest --detectOpenHandles",
"updateSnapshot": "jest --updateSnapshot",
"precommit": "echo \"你好啊\"",
"lint": "eslint --ext .tsx,.ts src/**",
"lint:fix": "eslint --fix --ext .tsx,.ts src/**"
},
"pre-commit": "precommit",
"author": "https://github.com/zhaoyiming0803",
"license": "ISC",
"keywords": [
"react",
"react router",
"react router dom",
"react redux",
"TypeScript",
"webpack"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/expect-puppeteer": "^4.4.7",
"@types/jest": "^27.4.1",
"@types/jest-environment-puppeteer": "^5.0.0",
"@types/node": "^16.11.26",
"@types/puppeteer": "^5.4.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react-reconciler": "^0.28.2",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"ali-oss": "^6.16.0",
"antd-mobile": "^2.3.1",
"autoprefixer": "^9.5.1",
"awesome-typescript-loader": "^5.2.1",
"axios": "^0.21.4",
"babel-jest": "^27.4.6",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-import": "^1.12.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.16.4",
"file-loader": "^4.0.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"install": "^0.13.0",
"jest": "^27.2.5",
"jest-puppeteer": "^6.1.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.6.0",
"npm": "^6.14.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-px-to-viewport": "^1.1.0",
"pre-commit": "^1.2.2",
"puppeteer": "^13.3.2",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^18.0.0",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"ts-import-plugin": "^1.6.6",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"tslint": "^6.1.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@authing/guard-react18": "^5.0.8-alpha.3",
"@authing/react-ui-components": "^4.0.9",
"@authing/react18-ui-components": "^4.1.0-alpha.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/runtime": "^7.4.5",
"@types/lodash": "^4.14.178",
"@types/qs": "^6.9.7",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-reconciler": "^0.29.0"
}
}