generated from GTBitsOfGood/nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
{
"name": "nextjs-starter",
"version": "2.0.0",
"description": "A NextJS starter with API routes using MongoDB",
"author": "Bits of Good <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GTBitsOfGood/nextjs-starter.git"
},
"bugs": {
"url": "https://github.com/GTBitsOfGood/nextjs-starter/issues"
},
"homepage": "https://github.com/GTBitsOfGood/nextjs-starter#readme",
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"start": "next build && next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.1",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"focus-visible": "^5.2.0",
"framer-motion": "^4",
"isomorphic-unfetch": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.6.0",
"lodash": "^4.17.21",
"luxon": "^2.2.0",
"mapbox-gl": "^2.6.1",
"mongodb": "^4.0.0",
"mongoose": "^5.13.2",
"multer": "^1.4.4",
"next": "^11.0.1",
"next-images": "^1.8.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-leaflet": "^3.2.2",
"react-mapbox-gl": "^5.1.1",
"validator": "^13.7.0"
},
"devDependencies": {
"@bitwarden/cli": "^1.17.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fx": "^20.0.2",
"husky": "^7.0.1",
"lint-staged": "^11.0.1",
"prettier": "2.3.2",
"prettier-eslint": "^12.0.0",
"vercel": "^23.1.2"
}
}