-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "violetverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.351.0",
"@blocto/fcl": "^1.13.1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hapi/iron": "^7.0.0",
"@lyket/react": "^1.4.8",
"@mantine/core": "^5.1.3",
"@mantine/hooks": "^5.1.3",
"@mantine/rte": "^5.1.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@nextui-org/react": "^1.0.0-beta.9",
"@onflow/types": "^1.0.3",
"@segment/snippet": "^4.15.3",
"@tinymce/tinymce-react": "^4.3.0",
"@vercel/analytics": "^1.0.0",
"airtable": "^0.11.4",
"cookie": "^0.5.0",
"isomorphic-dompurify": "^0.20.0",
"mongodb": "^5.0.1",
"nanoid": "^4.0.0",
"next": "12.2.5",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-jazzicon": "^1.0.4",
"react-player": "^2.10.1",
"react-spinners": "^0.13.4",
"swr": "^1.3.0",
"tinymce": "^6.3.2"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "13.1.1"
}
}