-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "fs17-fe-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.80",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-redux": "^7.1.33",
"axios": "^1.6.7",
"firebase": "^10.12.1",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"formik": "^2.4.5",
"msw": "^2.2.1",
"n": "^10.0.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-scripts": "5.0.1",
"react-scroll-to-top": "^3.0.0",
"stable": "^0.1.8",
"typescript": "^4.9.5",
"use-debounce": "^10.0.0",
"web-vitals": "^2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"start": "yarn run build:css && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!@codemirror)/' --coverage --watchAll",
"eject": "react-scripts eject",
"build:css": "postcss src/styles/global.css -o src/styles/index.css "
},
"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": {
"autoprefixer": "^10.4.17",
"flowbite-typography": "^1.0.3",
"sass": "^1.81.0",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}