-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
81 lines (81 loc) · 2.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "foodbank",
"version": "0.1.0",
"private": true,
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codersforcauses/foodbank.git"
},
"author": "Coders for Causes",
"license": "MIT",
"bugs": {
"url": "https://github.com/codersforcauses/foodbank/issues"
},
"homepage": "https://github.com/codersforcauses/foodbank#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint components lib pages --fix && yarn format",
"lint:strict": "eslint --max-warnings=0 components lib pages",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier -w .",
"format:check": "prettier -c .",
"prepare": "husky install",
"analyze": "cross-env ANALYZE=true next build",
"postinstall": "patch-package"
},
"dependencies": {
"@headlessui/react": "1.4.2",
"@notionhq/client": "0.4.13",
"critters": "0.0.15",
"firebase": "9.6.4",
"keen-slider": "6.4.1",
"next": "12.3.0",
"next-pwa": "^5.6.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-player": "2.9.0",
"react-zoom-pan-pinch": "2.1.3",
"seedrandom": "3.0.5",
"shuffle-array": "1.0.1",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@next/bundle-analyzer": "12.3.0",
"@types/react": "18.3.3",
"@types/react-onclickoutside": "6.7.4",
"@types/seedrandom": "3.0.1",
"@types/shuffle-array": "1.0.2",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"autoprefixer": "10.4.0",
"cross-env": "7.0.3",
"eslint": "^8.0.0",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "7.0.4",
"postcss": "8.4.5",
"prettier": "2.5.1",
"tailwindcss": "3.0.7",
"typescript": "^5.4.5"
},
"volta": {
"node": "20.14.0",
"yarn": "1.22.22"
}
}