-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "inkmorphism-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "16"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.4",
"@next/font": "13.1.1",
"@stripe/firestore-stripe-payments": "^0.0.6",
"@stripe/stripe-js": "^1.54.0",
"bad-words": "^3.0.4",
"dotenv": "^16.3.1",
"firebase-tools": "^12.2.1",
"firebaseui": "^6.0.2",
"fs": "^0.0.1-security",
"immutability-helper": "^3.1.1",
"next": "13.1.1",
"openai": "^4.17.4",
"openai-api": "^1.3.1",
"random-words": "^1.3.0",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.7",
"simple-git": "^3.20.0"
},
"devDependencies": {
"raw-loader": "^4.0.2"
}
}