generated from cp-20/app-router-with-shadcn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.97 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "dice-spec-v2",
"version": "2.2.0",
"private": true,
"author": "cp20",
"license": "MIT",
"scripts": {
"dev": "run-p dev:*",
"dev:next": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint",
"stylelint": "stylelint --ignore-path .gitignore --ignore-path .stylelintignore './src/**/*.{css,scss}'",
"fix": "pnpm lint --fix && pnpm stylelint --fix && pnpm format",
"typecheck": "tsc",
"format": "biome format --write",
"preinstall": "npx only-allow pnpm",
"test": "vitest --passWithNoTests",
"bench": "vitest bench --passWithNoTests"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@tabler/icons-react": "^3.23.0",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"deepmerge": "^4.3.1",
"firebase": "^11.0.2",
"i18next": "^24.0.2",
"jotai": "^2.10.3",
"lucide-react": "^0.462.0",
"nanoid": "^5.0.9",
"next": "15.0.3",
"next-pwa": "^5.6.0",
"nextjs13-progress": "^1.3.3",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"ress": "^5.0.2",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-sound": "^4.0.3",
"valibot": "^0.42.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "15.0.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/react": "^16.0.1",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitest/coverage-v8": "^2.1.7",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"happy-dom": "^15.11.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-syntax": "^0.36.2",
"stylelint": "^16.11.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vitest": "^2.1.7"
},
"nextBundleAnalysis": {
"budget": 204800,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"packageManager": "[email protected]+sha512.629de0531b9ae9a3f8e372d014ef8f5a57906d9a48095ced54bbfbd246b4136381478032c8d13819fd1eedde8330517a799ea6756eedd9a136e36524fa3083cf"
}