-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "wowdrops",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"start-server": "nodemon ./apollo/src/index.ts"
},
"dependencies": {
"@apollo/client": "^3.4.5",
"@aws-amplify/ui-react": "^1.2.8",
"@react-spring/web": "^9.2.4",
"apollo-server": "^3.0.2",
"aws-amplify": "^4.2.2",
"aws-appsync-auth-link": "^3.0.6",
"blizzapi": "^2.0.2",
"faker": "^5.5.3",
"graphql": "^15.5.1",
"next": "^11.1.2",
"nodemon": "^2.0.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/faker": "^5.5.7",
"@types/graphql": "^14.5.0",
"@types/node": "^16.4.3",
"@types/react": "^17.0.15",
"@types/styled-components": "^5.1.12",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.31.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}