-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.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.0.0",
"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.co/)",
"license": "MIT",
"dependencies": {
"@prisma/client": "^4.7.1",
"@tabler/icons": "^1.41.2",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"hamburger-react": "^2.5.0",
"jest": "^27.5.1",
"next": "^11.0.1",
"next-auth": "^3.27.2",
"next-sitemap": "^1.6.140",
"react": "^17.0.2",
"react-awesome-lightbox": "^1.8.1",
"react-cool-onclickoutside": "^1.6.2",
"react-dom": "^17.0.2",
"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",
"react-visibility-sensor": "^5.1.1",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/next-auth": "3.1.14",
"@types/node": "14.14.6",
"@types/react": "16.9.56",
"autoprefixer": "^9.8.6",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"postcss": "^7.0.36",
"prisma": "^4.7.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"typescript": "4.3.5",
"vercel": "^28.9.0"
}
}