-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "nf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.11.4",
"@prisma/client": "^2.26.0",
"@reach/combobox": "^0.15.1",
"apollo-server-micro": "^2.25.2",
"firebase": "^8.3.2",
"firebase-admin": "^9.7.0",
"graphql": "^15.5.1",
"js-cookie": "^2.2.1",
"next": "^11.0.1",
"next-firebase-auth": "^0.13.1-alpha.0",
"next-themes": "0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.3",
"react-firebaseui": "^5.0.2",
"react-hook-form": "^7.10.1",
"react-hot-toast": "^1.0.2",
"react-map-gl": "^6.1.12",
"use-places-autocomplete": "^1.9.1"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-map-gl": "^5.2.9",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.5",
"prettier": "^2.2.1",
"prisma": "^2.26.0",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-standard": "^21.0.0",
"tailwindcss": "^2.2.4",
"typescript": "^4.3.5"
}
}