-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "my-personal-web-front-end-admin",
"version": "0.1.2",
"private": true,
"dependencies": {
"@feathersjs/authentication-client": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/rest-client": "^5.0.31",
"axios": "^1.7.7",
"prop-types": "^15.8.1",
"ra-data-feathers": "^2.9.4",
"ra-input-rich-text": "^5.3.4",
"react": "^18.3.1",
"react-admin": "^4.16.20",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}