-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --setupFiles dotenv/config",
"cypress": "cypress open",
"ci": "cypress run"
},
"dependencies": {
"@bananocoin/bananojs": "^2.5.9",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@sendgrid/mail": "^7.6.2",
"@stripe/stripe-js": "^1.27.0",
"@tailwindcss/forms": "^0.5.1",
"@types/react-google-recaptcha": "^2.1.5",
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"iron-session": "^6.1.2",
"micro": "^9.3.4",
"mongodb": "^4.5.0",
"nanoid": "^3.3.4",
"next": "12.1.4",
"qrcode.react": "^3.0.1",
"react": "^18.0.0-0",
"react-dom": "^18.0.0-0",
"react-google-recaptcha": "^2.1.0",
"react-hot-toast": "^2.2.0",
"stripe": "^8.216.0",
"validator": "^13.7.0",
"winston": "^3.7.2",
"winston-loki": "^6.0.5",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@swc/core": "^1.2.177",
"@swc/jest": "^0.2.20",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/micro": "^7.3.7",
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"@types/supertest": "^2.0.12",
"@types/three": "^0.140.0",
"@types/validator": "^13.7.2",
"autoprefixer": "^10.4.4",
"cypress": "^9.5.3",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"supertest": "^6.2.3",
"tailwindcss": "^3.0.23",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "4.6.3"
}
}