-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.88 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
{
"name": "cf",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "tsc && pnpm exec panda && npx puppeteer browsers install chrome && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"panda": "pnpm exec panda",
"panda:dev": "pnpm exec panda --watch"
},
"dependencies": {
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"dayjs": "^1.11.10",
"event-source-polyfill": "^1.0.31",
"nanoid": "^5.0.6",
"react": "^18.2.0",
"react-calendar": "^4.8.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-mobile-cropper": "^0.10.0",
"react-router-dom": "^6.20.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@pandacss/dev": "^0.18.3",
"@prerenderer/renderer-puppeteer": "^1.2.4",
"@prerenderer/rollup-plugin": "^0.3.12",
"@tanstack/react-query": "^5.24.1",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vheemstra/vite-plugin-imagemin": "^1.1.5",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"puppeteer": "^22.10.0",
"rollup-plugin-visualizer": "^5.10.0",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vite-plugin-remove-console": "^2.2.0",
"vite-tsconfig-paths": "^4.2.1"
}
}