-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "rybodex-website",
"description": "Rybodex website.",
"version": "0.1.0",
"private": true,
"author": {
"name": "Dawid Seipold & Szymon Książek",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@master/css": "^1.37.2",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@master/normal.css": "^1.9.7",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-scroll-area": "^1.0.1",
"@radix-ui/react-toggle": "^1.0.1",
"@react-hooks-library/core": "^0.4.0",
"@tabler/icons": "^1.104.0",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"axios": "^1.1.3",
"class-variance-authority": "^0.2.4",
"classnames": "^2.3.2",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"framer-motion": "^7.5.3",
"jotai": "^1.8.5",
"next-themes": "^0.2.1",
"react-hook-form": "^7.37.0",
"react-responsive": "^9.0.0",
"typescript": "4.8.4",
"usehooks-ts": "^2.9.1",
"zustand": "^4.1.2"
}
}