generated from Netfloex/Nextjs-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 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
51
52
53
54
55
56
57
{
"name": "quickadd",
"version": "0.1.0",
"description": "",
"main": ".next/standalone/server",
"scripts": {
"typescript": "tsc",
"build": "next build",
"export": "next export",
"dev": "next dev --turbo",
"start": "next start",
"lint": "eslint .",
"postinstall": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@heroui/react": "^2.8.5",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@tailwindcss/postcss": "^4.1.17",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@tanstack/react-query": "^5.90.12",
"@trpc/client": "^11.7.2",
"@trpc/next": "^11.7.2",
"@trpc/react-query": "^11.7.2",
"@trpc/server": "^11.7.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.7",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"framer-motion": "^12.23.25",
"got": "^14.6.5",
"husky": "^9.1.7",
"next": "^16.0.7",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"sass": "^1.94.2",
"superjson": "^2.2.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"use-debounce": "^10.0.6",
"use-local-storage-state": "^19.5.0",
"zod": "^4.1.13"
}
}