-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "omitplastic",
"version": "1.1.2",
"description": "A full-stack e-commerce affiliate app focusing on reducing plastic consumption.",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap",
"postinstall": "yarn prisma generate",
"lint": "next lint"
},
"keywords": [],
"author": "Gavin Grant <[email protected]> (https://www.gavingrant.com/)",
"license": "MIT",
"dependencies": {
"@prisma/client": "^6.3.0",
"@tabler/icons-react": "^3.30.0",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"hamburger-react": "^2.5.0",
"jest": "^27.5.1",
"next": "^15.1.6",
"next-auth": "^3.27.2",
"next-sitemap": "^1.6.140",
"prisma": "^6.3.0",
"react": "^19.0.0",
"react-cool-onclickoutside": "^1.6.2",
"react-dom": "^19.0.0",
"react-markdown": "5.0.2",
"react-scroll-parallax": "^3.0.5",
"react-search-field": "^2.0.1",
"react-spring": "^9.2.4",
"react-tooltip": "^4.2.21",
"swr": "^0.5.6",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/next-auth": "3.1.14",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"autoprefixer": "^9.8.6",
"eslint": "^9.20.0",
"eslint-config-next": "^15.1.6",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"typescript": "^5.7.3",
"vercel": "^28.9.0"
}
}