This repository has been archived by the owner on Oct 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
52
53
{
"name": "jedal-fe",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.4",
"@reduxjs/toolkit": "^1.3.4",
"@types/lodash": "^4.14.153",
"@types/react-redux": "^7.1.7",
"apollo-boost": "^0.4.7",
"babel-plugin-inline-react-svg": "^1.1.1",
"graphql": "^15.0.0",
"moment": "^2.26.0",
"next": "^9.3.4",
"next-with-apollo": "^5.0.0",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-div-100vh": "^0.3.8",
"react-dom": "^16.13.1",
"react-hook-form": "^5.6.0",
"react-ink": "^6.4.0",
"react-outside-click-handler": "^1.3.0",
"react-portal": "^4.2.1",
"react-redux": "^7.2.0",
"react-spring": "^8.0.27",
"react-use": "^15.3.0",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.13.5",
"@graphql-codegen/typescript-resolvers": "^1.13.5",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}