-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "create-next-example-app",
"description": "A Next.js starter app.",
"repository": {
"type": "git",
"url": "https://github.com/zeit/now/tree/master/examples/nextjs"
},
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true
},
"dependencies": {
"@types/lodash": "^4.14.149",
"apollo-server-micro": "^2.11.0",
"cookie": "^0.4.0",
"dexie": "^2.0.4",
"dotenv": "^8.2.0",
"googleapis": "39",
"graphql": "^14.6.0",
"lodash": "^4.17.15",
"next": "^9.1.6",
"next-cookies": "^2.0.3",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-google-login": "^5.1.1",
"react-vis": "^1.11.7",
"tailwindcss": "^1.2.0"
},
"devDependencies": {
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.51",
"@types/gapi.client.drive": "v3",
"@types/node": "^13.7.7",
"@types/passport": "^1.0.2",
"@types/passport-google-oauth20": "^2.0.3",
"@types/react": "^16.9.23",
"autoprefixer": "^9.7.4",
"now": "^17.0.4",
"postcss-import": "^12.0.1",
"typescript": "^3.8.3"
}
}