forked from marcelblijleven/beanstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.81 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
{
"name": "beans",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "pnpm eslint --fix ./src",
"test": "jest --watch",
"pbjs": "./node_modules/protobufjs-cli/bin/pbjs -t static-module -w es6 src/lib/beanconqueror/proto/beanconqueror.proto -o src/lib/beanconqueror/proto/generated/beanconqueror.js",
"pbts": "./node_modules/protobufjs-cli/bin/pbts src/lib/beanconqueror/proto/generated/beanconqueror.js -o src/lib/beanconqueror/proto/generated/beanconqueror.d.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-popper": "^1.1.3",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.10.3",
"@types/node": "20.2.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.18",
"@vercel/analytics": "^1.0.1",
"@zip.js/zip.js": "^2.7.14",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"embla-carousel-react": "8.0.0-rc17",
"framer-motion": "^10.12.16",
"lucide-react": "^0.241.0",
"nanoid": "^3.3.6",
"next": "14.0.4",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"protobufjs": "~7.2.3",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-hook-form": "7.44.3",
"react-markdown": "^8.0.7",
"react-qrcode-logo": "^2.9.0",
"svix": "^1.12.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.6",
"vaul": "^0.8.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "14.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"protobufjs-cli": "~1.1.1",
"typescript": "5.1.3"
}
}