-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.5 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cat-app",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml",
"introspect": "gq $HASURA_ENDPOINT -H \"X-Hasura-Admin-Secret: $HASURA_PASSWORD\" --introspect > schema.graphql"
},
"dependencies": {
"@apollo/client": "^3.6.0",
"@auth0/auth0-react": "^1.4.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/forms": "^0.3.4",
"@types/react-helmet": "^6.1.5",
"@types/react-modal": "^3.12.0",
"@types/react-select": "^4.0.15",
"aws-sdk": "^2.1123.0",
"axios": "^0.21.1",
"chart.js": "^3.2.1",
"graphql": "^15.5.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"netlify-cli": "^6.14.25",
"next": "^11.1.4",
"next-i18next": "^8.1.3",
"next-s3-upload": "^0.1.5",
"node-fetch": "^2.6.1",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"react": "17.0.1",
"react-chartjs-2": "^3.0.3",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.1.0",
"react-i18next": "^11.16.7",
"react-modal": "^3.13.1",
"react-netlify-identity": "^0.2.5",
"react-range": "^1.8.11",
"react-select": "^4.3.0",
"react-slick": "^0.28.1",
"react-tooltip": "^4.2.17",
"sync-fetch": "^0.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.3",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-react-apollo": "2.2.3",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"autoprefixer": "^10.4.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"graphqurl": "^0.3.3",
"netlify": "^6.1.26",
"netlify-plugin-cache-nextjs": "^1.6.1",
"next-sitemap": "^1.6.203",
"postcss": "^8.3.11",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.2.19",
"typescript": "^4.2.3"
}
}