-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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": "mmp2b_rindr",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@headlessui/react": "^1.6.0",
"@supabase/supabase-js": "^1.35.2",
"date-fns": "^2.28.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.8.2",
"next": "latest",
"next-auth": "^4.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.30.0",
"react-tinder-card": "^1.4.5",
"spinners-react": "^1.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.23",
"@types/react": "^17.0.43",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.0",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "^4.6.3"
}
}