-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
{
"name": "dnd-mana-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@prisma/client": "^2.13.1",
"apollo-server-micro": "^2.19.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"graphql-tools": "^4.0.8",
"next": "10.0.3",
"next-auth": "^3.1.0",
"pg": "^8.5.1",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.14.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@prisma/cli": "^2.13.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}