-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "the-day-full",
"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 -o .storybook-build"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@next/font": "13.3.2",
"@vercel/analytics": "^1.0.1",
"dexie": "^4.0.8",
"eslint": "^9.0.0",
"eslint-config-next": "^15.5.9",
"firebase": "^12.10.0",
"firebase-admin": "^13.7.0",
"firebase-tools": "^15.9.1",
"framer-motion": "^11.3.28",
"googleapis": "^118.0.0",
"mongoose": "^8.4.3",
"next": "^15.5.9",
"next-pwa": "^5.6.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-draggable": "^4.4.5",
"styled-jsx": "5.1.7"
},
"overrides": {
"picomatch@<=2.3.1": "2.3.2",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"basic-ftp@<=5.2.1": "5.2.2",
"lodash@<=4.17.23": "4.18.1"
},
"devDependencies": {
"@storybook/addon-a11y": "^8.6.18",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/builder-vite": "^8.6.18",
"@storybook/nextjs": "^8.6.18",
"@storybook/react": "^8.6.18",
"@storybook/react-vite": "^8.6.18",
"@types/node": "^22.0.0",
"@types/react": "19.2.7",
"storybook": "^8.6.18",
"typescript": "5.2.2",
"vite": "^5.4.21"
}
}