-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 983 Bytes
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
{
"name": "toolnest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/og": "^0.11.1",
"autoprefixer": "10.4.0",
"browser-image-compression": "^2.0.0",
"framer-motion": "^10.12.16",
"jszip": "^3.10.1",
"lucide-react": "^0.266.0",
"next": "^14.1.0",
"next-seo": "^6.0.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.11.174",
"postcss": "8.4.0",
"pptxgenjs": "^3.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recharts": "^2.7.2",
"tailwindcss": "^3.4.0",
"xlsx": "^0.18.5",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/react": "19.2.16",
"eslint": "^8.0.0",
"eslint-config-next": "^14.1.0",
"prettier": "^2.8.0",
"ts-node": "^10.9.1",
"typescript": "6.0.3"
}
}