-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.17 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": "merlyn-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.1.1",
"@stripe/react-stripe-js": "^1.7.2",
"@stripe/stripe-js": "^1.29.0",
"argon2": "^0.28.5",
"classnames": "^2.3.1",
"micro": "^9.4.1",
"next": "^12.2.3",
"next-auth": "^4.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"recoil": "^0.7.2",
"recoil-persist": "^4.1.0",
"stripe": "^8.222.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/validator": "^13.7.2",
"autoprefixer": "^10.4.8",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"prisma": "^4.1.1",
"tailwindcss": "^3.1.7",
"typescript": "^4.6.4"
}
}