forked from 100-hours-a-week/5-silvia-spring-fe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.14 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
{
"name": "5-silvia-react-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.8",
"braces": "^3.0.3",
"css-loader": "^7.1.1",
"execa": "^9.1.0",
"js-cookie": "^3.0.5",
"multer": "^1.4.5-lts.1",
"react": "^18.3.1",
"react-animated-pagination": "^0.1.4",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.23.0",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.5",
"rollup-plugin-terser": "^7.0.2",
"typewriter-effect": "^2.21.0",
"web-vitals": "^2.1.4",
"whatwg-fetch": "^3.6.20"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.8",
"eslint": "^8.57.0",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest-css-modules-transform": "^4.4.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "latest",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
},
"transform": {
"^.+\\.jsx?$": "babel-jest",
"^.+\\.css$": "jest-css-modules-transform"
},
"transformIgnorePatterns": [
"/node_modules/(?!axios)"
]
},
"proxy": "https://port-0-s3-avoworld-spring-lxu3vq0xec595b66.sel5.cloudtype.app"
}