generated from tapeds/next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
64
65
66
67
{
"name": "next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "biome lint ./src",
"lint:write": "biome lint --write ./src",
"format": "biome format ./src",
"format:write": "biome format --write ./src",
"check": "biome check ./src",
"check:write": "biome check --write ./src",
"validate": "pnpm check && pnpm typecheck",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"write-all": "pnpm run check:write && pnpm run format:write && pnpm run lint:write"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.32.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cobe": "^0.6.3",
"cssnano": "^6.1.2",
"framer-motion": "^11.11.1",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.447.0",
"mitt": "^3.0.1",
"next": "14.2.1",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.27.2",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.1.0",
"react-unity-webgl": "^9.5.2",
"recharts": "^2.12.7",
"tailwind-merge": "^2.2.2",
"universal-cookie": "^7.1.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"scheduler": "^0.23.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}