-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (67 loc) · 2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "metridash",
"version": "0.1.0",
"private": "true",
"repository": "MetridashCore/Batman",
"homepage": "https://metridash.com/",
"scripts": {
"dev": "next dev",
"build": "next build",
"cleanup": "rimraf --glob node_modules",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.1.10",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/styled-engine-sc": "^6.1.4",
"@stripe/stripe-js": "^4.8.0",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eventsource-parser": "^2.0.1",
"firebase": "^9.21.0",
"firebase-admin": "^11.9.0",
"formik": "^2.4.6",
"framer-motion": "^11.11.9",
"ignore-dependency-scripts": "1.0.1",
"jotai": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"next": "13.3.0",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"openai": "^4.68.1",
"postcss": "8.4.22",
"rc-slider": "^11.1.7",
"react": "^18.3.1",
"react-beforeunload": "^2.6.0",
"react-chrono": "^2.6.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"rimraf": "^5.0.10",
"styled-components": "^6.1.13",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"typewriter-effect": "^2.21.0",
"yup": "^1.4.0"
},
"resolutions": {
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/react-beforeunload": "^2.1.5",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"stale-dep": "^0.7.0"
}
}