-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.2 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
{
"name": "b-react-ts",
"version": "0.0.1",
"description": "react typescript boilerplate",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --output-pathinfo --progress",
"build": "npx webpack --env NODE_ENV=production",
"build.dev": "npx webpack --env NODE_ENV=dev",
"build.detect": "npx webpack --env NODE_ENV=dev DETECT_BUILD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/st-fe-rd/b-react-ts.git"
},
"author": "ST-FE-Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/st-fe-rd/b-react-ts/issues"
},
"homepage": "https://github.com/st-fe-rd/b-react-ts#readme",
"dependencies": {
"assert": "^2.0.0",
"axios": "^1.3.3",
"buffer-browserify": "^0.2.5",
"core-js": "^3.28.0",
"crypto-browserify": "^3.12.0",
"history": "5.3.0",
"i18next": "^22.4.10",
"i18next-http-backend": "^2.1.1",
"jwt-decode": "^3.1.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"react-i18next": "^12.1.5",
"react-redux": "^8.0.5",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"react-swipeable": "^7.0.0",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.2",
"regenerator-runtime": "^0.13.11",
"reset-css": "5.0.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@redux-devtools/extension": "^3.2.5",
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.4",
"@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/redux-actions": "^2.6.2",
"@types/redux-logger": "3.0.9",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"process": "0.11.10",
"react-hot-loader": "^4.13.1",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"script-loader": "^0.7.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.67.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"resolutions": {
"dns-packet": ">=5.2.2",
"ws": ">=7.4.6"
}
}