-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
{
"name": "can-i-shop-now",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"@sparticuz/chromium-min": "115.0.0",
"@supercharge/promise-pool": "^3.0.0",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"handlebars": "^4.7.7",
"i18next": "^23.4.1",
"next": "13.4.12",
"next-auth": "^4.22.3",
"next-i18next": "^14.0.0",
"next-superjson-plugin": "^0.5.9",
"nodemailer": "^6.9.4",
"puppeteer-core": "20.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.2",
"react-query": "^3.39.3",
"sharp": "^0.32.4",
"superjson": "^1.13.1",
"typescript": "5.1.6",
"winston": "^3.10.0",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/handlebars": "^4.1.0",
"@types/nodemailer": "^6.4.9",
"@types/react-query": "^1.2.9",
"autoprefixer": "^10.4.14",
"critters": "^0.0.19",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"prisma": "^5.0.0",
"puppeteer": "^20.9.0",
"sass": "^1.64.1",
"tailwindcss": "^3.3.3"
}
}