-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1005 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
39
{
"name": "ac",
"version": "0.1.0",
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"bluebird": "^3.7.2",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"firebase": "^7.14.1",
"firebase-admin": "^8.12.1",
"lodash": "^4.17.15",
"next": "9.3.5",
"node-fetch": "^2.6.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-firebaseui": "^4.1.0",
"react-hook-form": "^5.7.2",
"react-select": "^3.1.0",
"semantic-ui-react": "^0.88.2",
"swr": "^0.2.0"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0"
},
"author": "",
"license": "ISC"
}