generated from Netfloex/Nextjs-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
59
60
61
62
63
{
"name": "quickadd",
"version": "0.1.0",
"description": "",
"main": ".next/standalone/server",
"scripts": {
"typescript": "tsc --noEmit --skipLibCheck true",
"build": "next build",
"export": "next export",
"dev": "next dev",
"start": "next start",
"lint": "eslint .",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.5",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nextui-org/react": "^2.2.10",
"@nextui-org/theme": "^2.1.18",
"@tanstack/eslint-plugin-query": "^5.27.7",
"@tanstack/react-query": "^5.28.4",
"@trpc/client": "^11.0.0-next-beta.318",
"@trpc/next": "^11.0.0-next-beta.318",
"@trpc/react-query": "^11.0.0-next-beta.318",
"@trpc/server": "^11.0.0-next-beta.318",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"framer-motion": "^11.0.14",
"got": "^13.0.0",
"husky": "^9.0.11",
"next": "^14.1.3",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sass": "^1.72.0",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"use-debounce": "^10.0.0",
"use-local-storage-state": "^19.1.0",
"zod": "^3.22.4"
},
"yarn-upgrade-all": {
"ignore": [
"got"
]
}
}