-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 957 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 957 Bytes
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
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "yarn run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"eslint": "^9.36.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.5.6",
"resolve-url-loader": "^5.0.0"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@babel/eslint-parser": "^7.28.4",
"@reduxjs/toolkit": "^2.9.0",
"antd": "^5.27.1",
"axios": "^1.11.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.1",
"redux-saga": "^1.4.2",
"sass": "^1.92.1",
"sass-loader": "^16.0.5"
}
}