-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@prisma/client": "^2.24.1",
"@types/styled-components": "^5.1.10",
"axios": "^0.21.1",
"firebase": "^8.6.7",
"grommet": "^2.17.3",
"next": "^10.2.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-markdown": "5.0.2",
"sass": "^1.34.1",
"styled-components": "^5.3.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/next-auth": "3.1.14",
"@types/node": "14.14.6",
"@types/react": "16.9.56",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.2",
"prisma": "^2.24.1",
"tailwindcss": "^2.1.4",
"typescript": "4.1"
}
}