-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "favome-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"generate-zip": "sh ./scripts/generate-zip.sh",
"next-install": "sh ./scripts/next-install.sh"
},
"dependencies": {
"@react-pdf/renderer": "^4.1.4",
"@tsparticles/react": "^3.0.0",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"firebase": "^10.13.1",
"framer-motion": "^11.2.12",
"http-proxy-middleware": "^3.0.2",
"lucide-react": "^0.447.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.12",
"radix-ui": "^1.0.1",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.3.0",
"tsparticles": "^3.5.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5"
},
"engines": {
"node": "20"
}
}