-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "startup-nextjs-template",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@metamask/detect-provider": "^2.0.0",
"@pushprotocol/restapi": "^1.4.45",
"@types/google.maps": "^3.54.10",
"axios": "^1.6.2",
"bufferutil": "^4.0.8",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"firebase": "^10.7.1",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal-video": "^2.0.0",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}