generated from minskylab/base-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.6 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
{
"name": "base",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"start": "next start",
"generate": "graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.19.0",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-graphql-request": "^2.0.3",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-urql": "^2.0.2",
"@types/node": "^13.9.8",
"@types/react": "^16.14.2",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.2",
"prettier": "^2.0.5",
"typescript": "^4.1.2"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.2",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"emotion-theming": "^11.0.0",
"framer-motion": "^2.9.5",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"next": "^9.5.5",
"next-urql": "^2.1.1",
"nookies": "^2.5.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-google-login": "^5.1.25",
"react-hook-form": "^6.12.2",
"react-icons": "^4.1.0",
"react-is": "^17.0.1",
"urql": "^1.11.4"
}
}