-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.56 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.56 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
{
"name": "debug-react",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "node ./scripts/dev.js"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/helper-module-imports": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-transform-destructuring": "^7.18.0",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@svgr/webpack": "^6.2.1",
"@types/lodash": "^4.14.181",
"@types/node": "^18.7.13",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-is": "^17.0.3",
"babel-loader": "^8.2.3",
"browserslist": "^4.20.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^4.1.0",
"changelogen": "^0.1.1",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^6.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "8.22.0",
"eslint-config-react-app": "^7.0.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"globby": "^11.1.0",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^2.0.6",
"imports-loader": "^4.0.1",
"lightningcss": "^1.16.1",
"mini-css-extract-plugin": "^2.6.1",
"null-loader": "^4.0.1",
"prettier": "^2.8.0",
"react-dev-utils": "12.0.0",
"react-refresh": "^0.14.0",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"terser-webpack-plugin": "^5.3.6",
"tsx": "^3.12.1",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-dev-server": "^4.11.1",
"webpackbar": "^5.0.2"
}
}