-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.75 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
{
"name": "ui-builder-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9000",
"build": "next build",
"export": "next export",
"start": "next start -p 9000",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@emotion/utils": "^1.2.1",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@octokit/rest": "^21.0.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/supabase-js": "^2.43.5",
"email-addresses": "^5.0.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"handlebars": "^4.7.8",
"javascript-time-ago": "^2.5.10",
"lru-cache": "^10.2.2",
"mailgun.js": "^10.2.1",
"ms": "^2.1.3",
"next": "^14.2.4",
"notistack": "^3.0.1",
"ofetch": "^1.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-time-ago": "^7.3.3",
"tr46": "^5.0.0",
"uuid": "^10.0.0",
"webidl-conversions": "^7.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@next/eslint-plugin-next": "^14.2.4",
"@types/lru-cache": "^7.10.10",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8",
"eslint-config-next": "^14.2.4",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"start-server-and-test": "^2.0.4",
"typescript": "^5.5.2"
},
"packageManager": "yarn@3.6.4"
}