-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.73 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.73 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@heroui/react": "^2.7.8",
"@heroui/theme": "^2.4.12",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.8.3",
"framer-motion": "^12.23.22",
"lucide-react": "^0.508.0",
"next": "^15.1.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.64.0",
"react-lottie-player": "^2.0.0",
"sharp": "^0.33.4",
"sockjs-client": "^1.6.1",
"tailwind-variants": "^0.3.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"@storybook/nextjs-vite": "^9.1.10",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/classnames": "^2.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^9.1.10",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"storybook": "^9.1.10",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}