forked from sprint6-part4-team3/WouldYouWithMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.49 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.49 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"lint": "eslint --cache .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_0474970a10bbc73"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "^3.9.0",
"@shinyongjun/react-fullpage": "^1.10.0",
"@stichiboi/react-elegant-mouse-trail": "^1.0.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"eslint-plugin-tailwindcss": "^3.17.4",
"firebase": "^10.13.0",
"framer-motion": "^11.3.8",
"jotai": "^2.9.1",
"lottie-react": "^2.4.0",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"tailwindcss-preset-px-to-rem": "^1.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@react-three/drei": "^9.111.2",
"@react-three/fiber": "^8.17.5",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-onboarding": "^8.2.5",
"@storybook/blocks": "^8.2.5",
"@storybook/nextjs": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/test": "^8.2.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^7.17.0",
"chromatic": "^11.5.6",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.1.1",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"storybook": "^8.2.5",
"tailwindcss": "^3.4.6",
"three": "^0.167.1",
"typescript": "^5"
}
}