-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "nujen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@magic-ext/oauth": "^7.1.0",
"@magic-sdk/admin": "^1.8.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@next/font": "13.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@stripe/stripe-js": "^1.46.0",
"@vercel/analytics": "^0.1.6",
"airtable": "^0.11.6",
"convertkit-react": "^1.5.5",
"cors": "^2.8.5",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"jodit-react": "^1.3.32",
"magic-sdk": "^13.1.0",
"next": "13.1.0",
"next-redux-wrapper": "^8.1.0",
"openai": "^3.1.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^8.0.5",
"react-step-wizard": "^5.3.11",
"stripe": "^11.6.0"
}
}