-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"name": "with-vite-react",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.13.10",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"turbo": "^2.4.4",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0",
"vite": "^6.2.2"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@sparticuz/chromium": "^138.0.1",
"@sparticuz/chromium-min": "^138.0.1",
"@tanstack/react-query": "^5.66.11",
"@types/react-router": "^5.1.20",
"axios": "^1.8.2",
"js-cookie": "^3.0.5",
"puppeteer-core": "^24.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-responsive": "10.0.0",
"react-router": "^7.1.5",
"styled-components": "^6.1.15",
"zustand": "^5.0.3"
}
}