-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 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
{
"name": "nano-eom",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/styled": "^11.10.5",
"@heroicons/react": "^2.0.13",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.17",
"@nanobyte-crypto/checkout": "^0.1.5",
"@prisma/client": "4.7.1",
"@tanstack/react-query": "^4.19.1",
"autoprefixer": "^10.4.0",
"axios": "^1.2.1",
"bignumber.js": "^9.1.0",
"blakejs": "^1.2.1",
"memory-cache": "^0.2.0",
"nanocurrency": "^2.5.0",
"next": "latest",
"papaparse": "^5.3.2",
"postcss": "^8.4.4",
"react": "^17.0.2",
"react-countdown": "^2.3.5",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.40.0",
"react-imask": "^6.4.3",
"react-select": "^5.2.1",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/axios": "^0.14.0",
"@types/memory-cache": "^0.2.2",
"@types/papaparse": "^5.3.7",
"@types/react": "^17.0.34",
"@types/react-google-recaptcha": "^2.1.2",
"prisma": "^4.7.1",
"typescript": "^4.4.4"
}
}