generated from Dev-FE-1/Toy_Project_III_template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.44 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
{
"name": "toy-project-3-team4",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc -b tsconfig.app.json && vite build",
"lint": "eslint . --ext .ts,.tsx --fix",
"eslint": "eslint",
"preview": "vite preview",
"prettier": "prettier --write",
"type-check": "tsc --noEmit -p ./tsconfig.app.json",
"test": "playwright test",
"test:report": "playwright show-report"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.53.3",
"@types/react-router-dom": "^5.3.3",
"algoliasearch": "^5.2.5",
"express": "^4.19.2",
"firebase": "^10.13.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.26.1",
"react-youtube": "^10.1.0",
"swiper": "^11.1.10",
"zustand": "^4.5.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
"@eslint/js": "^9.7.0",
"@nearform/playwright-firebase": "^1.2.9",
"@playwright/test": "^1.47.0",
"@rtsao/scc": "^1.1.0",
"@types/firebase": "^2.4.32",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-order": "^2.1.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.9.0",
"lefthook": "^1.7.15",
"playwright": "^1.46.1",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.17.0",
"vite": "^5.4.1",
"vite-tsconfig-paths": "^5.0.1"
}
}