-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
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
{
"name": "pfpstack",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/quicksand": "^4.5.1",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.63",
"@mui/material": "^5.2.7",
"@prisma/client": "^3.7.0",
"@solana/spl-name-service": "^0.1.3",
"@solana/web3.js": "^1.31.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/node": "17.0.6",
"@types/react": "17.0.38",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"prisma": "^3.7.0",
"typescript": "4.5.4"
}
}