-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "snapify",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"build": "next build",
"dev": "next dev",
"lint": "biome lint ./src",
"lint:fix": "biome lint --apply ./src",
"start": "next start"
},
"dependencies": {
"@qotum/panda-preset": "^1.0.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tonightpass/requester": "^2.0.12",
"axios": "^1.6.8",
"dotenv-cli": "^7.3.0",
"framer-motion": "10.6.1",
"html-to-image": "^1.11.11",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.1",
"react-icons": "^5.0.1",
"remove": "^0.1.5",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"urlcat": "^3.1.0",
"xstate": "^5.9.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@pandacss/dev": "^0.39.1",
"@svgr/webpack": "^8.1.0",
"@types/micro-cors": "^0.1.5",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"sass": "^1.72.0",
"typescript": "^5.4.3"
}
}