-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.11 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.11 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "mom4u-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"tokens:generate": "ts-node -P tsconfig.scripts.json \"src/styles/tokens/build-from-figma.ts\"",
"typegen": "npx @chakra-ui/cli typegen src/theme/system.ts",
"postinstall": "npm run typegen"
},
"dependencies": {
"@chakra-ui/icons": "2.2.4",
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^3.27.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@mui/icons-material": "^7.1.2",
"@mynaui/icons-react": "^0.3.9",
"@react-spring/three": "9.7.5",
"@react-three/fiber": "8.18.0",
"@shadergradient/react": "2.3.2",
"@tanstack/react-query": "5.90.2",
"@tanstack/react-query-devtools": "5.90.2",
"date-fns": "4.1.0",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.18.2",
"lottie-web": "5.13.0",
"motion": "11.18.2",
"next": "14.2.35",
"next-themes": "^0.4.6",
"react": "18.3.1",
"react-calendar": "6.0.0",
"react-date-picker": "^12.0.1",
"react-datepicker": "8.7.0",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"react-indiana-drag-scroll": "2.2.1",
"react-markdown": "10.1.0",
"react-slick": "0.30.3",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.1",
"slick-carousel": "1.8.1",
"styled-components": "^6.1.19",
"three": "0.179.1",
"zustand": "5.0.8"
},
"devDependencies": {
"@chakra-ui/cli": "3.24.2",
"@chromatic-com/storybook": "^4.0.1",
"@eslint/eslintrc": "^3",
"@eslint/js": "^8.57.0",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/addon-themes": "^9.1.10",
"@storybook/addon-vitest": "^9.1.2",
"@storybook/nextjs": "^9.0.16",
"@storybook/nextjs-vite": "^9.0.16",
"@svgr/webpack": "8.1.0",
"@tanstack/eslint-plugin-query": "^5.90.1",
"@types/node": "20.19.6",
"@types/react": "18.3.24",
"@types/react-dom": "18.3.7",
"@types/react-router-dom": "5.3.3",
"@types/react-slick": "0.23.13",
"@types/three": "0.179.0",
"@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3",
"ajv": "8.17.1",
"ajv-keywords": "5.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-storybook": "^9.0.16",
"next-router-mock": "^1.0.2",
"playwright": "^1.52.0",
"prettier": "3.5.3",
"storybook": "^9.0.16",
"style-dictionary": "^4.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}