-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.7 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
58
59
60
61
{
"name": "ribera",
"version": "0.2.1",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"vercel-build": "yum install gcc-c++ cairo-devel pango-devel libjpeg-turbo-devel giflib-devel"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^2.36.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@uiball/loaders": "^1.2.6",
"atropos": "^2.0.2",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"credit-card-type": "^10.0.0",
"eslint-config-next": "13.0.4",
"file-saver": "^2.0.5",
"mongoose": "^6.7.3",
"next": "14.0.4",
"node-font2base64": "^0.8.1",
"postcss": "^8.4.30",
"react": "18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.1.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zustand": "^4.1.4"
},
"devDependencies": {
"@napi-rs/canvas": "^0.1.44",
"@testing-library/react": "^14.1.2",
"@types/file-saver": "^2.0.5",
"@types/validator": "^13.11.7",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"clsx": "^2.0.0",
"colorette": "^2.0.19",
"eslint": "8.27.0",
"jsdom": "^23.0.1",
"prettier": "^3.0.3",
"tailwind-merge": "^1.14.0",
"ts-standard": "^12.0.2",
"typescript": "4.9.3",
"vitest": "^1.1.1"
}
}