-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.32 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
{
"name": "trueque",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "dotenv ley",
"heroku-postbuild": "yarn migrate up && yarn build"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@react-google-maps/api": "^2.7.0",
"bcrypt": "^5.0.1",
"camelcase-keys": "^7.0.1",
"cookie": "^0.4.1",
"csrf": "^3.1.0",
"dotenv-cli": "^4.0.0",
"dotenv-safe": "^8.2.0",
"js-cookie": "^3.0.1",
"ley": "^0.7.1",
"next": "^11.0.0",
"pg-connection-string": "^2.5.0",
"postgres": "2.0.0-beta.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-places-autocomplete": "^7.3.0",
"sharp": "^0.29.2",
"tailwind-mobile": "^0.5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.4",
"@next/eslint-plugin-next": "^11.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.4.1",
"@types/csrf": "^3.1.0",
"@types/dotenv-safe": "^8.1.2",
"@types/googlemaps": "^3.43.3",
"@types/js-cookie": "^3.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-places-autocomplete": "^7.2.9",
"@types/sharp": "^0.29.2",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@upleveled/eslint-config-upleveled": "2.0.0",
"@upleveled/eslint-plugin-upleveled": "^1.1.0",
"autoprefixer": "^10.3.7",
"cypress": "^10.0.0",
"eslint": "^7.23.0",
"eslint-config-next": "11.1.2",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-flowtype": "^6.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.0.1",
"eslint-plugin-unicorn": "^36.0.0",
"jest": "^27.3.1",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17",
"typescript": "^4.2.4"
},
"resolutions": {
"eslint-plugin-react": "7.24.0",
"eslint-plugin-testing-library": "4.6.0"
},
"cacheDirectories": [
".next/cache"
]
}