-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
{
"version": "0.0.32",
"private": true,
"scripts": {
"start": "NODE_ENV=development webpack serve --mode development",
"build": "NODE_ENV=production webpack --mode production",
"prepackage": "npm run build",
"package": "NODE_ENV=production ts-node bin/package.ts"
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"babel-loader": "9.1.3",
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "2.1.4",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"dotenv": "16.3.1",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-inline-script-webpack-plugin": "3.2.1",
"html-webpack-plugin": "5.5.3",
"mini-css-extract-plugin": "2.7.6",
"prettier": "3.0.2",
"react-refresh": "0.14.0",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-watch-files-plugin": "1.2.1"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"styled-components": "6.0.7",
"zip-a-folder": "^2.0.0",
"zustand": "4.4.1"
}
}