-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.49 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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "golinks",
"version": "0.1.0",
"author": "Armando Magalhaes <armando.mag95@gmail.com>",
"contributors": [],
"repository": "armand1m/golinks",
"homepage": "https://go.d1m.dev/",
"keywords": [
"golinks",
"application",
"urlshortener",
"web",
"http",
"app",
"api",
"graphql",
"postgresql"
],
"license": "MIT",
"scripts": {
"codegen": "graphql-let",
"predev": "yarn codegen",
"dev": "next",
"prebuild": "yarn codegen",
"build": "next build",
"start": "next start",
"lint": "prettier --check './**/*.{tsx,ts}'",
"lint:fix": "prettier --write './**/*.{tsx,ts}'"
},
"dependencies": {
"@apollo/client": "^3.2.3",
"@apollo/react-common": "^3.1.4",
"@apollo/react-components": "^4.0.0",
"@apollo/react-hoc": "^4.0.0",
"@apollo/react-hooks": "^4.0.0",
"@auth0/auth0-react": "^1.0.0",
"@auth0/nextjs-auth0": "^0.15.0",
"@data-ui/sparkline": "^0.0.84",
"@emotion/core": "^10.0.28",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@graphile-contrib/pg-simplify-inflector": "^6.0.0",
"@graphql-tools/schema": "^6.2.4",
"bumbag": "^1.3.4",
"bumbag-server": "^1.1.16",
"date-fns": "^2.16.1",
"emotion": "^10.0.27",
"eslint-config-next": "^13.1.6",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"formik": "^2.1.5",
"graphile-build": "^4.7.0",
"graphile-build-pg": "^4.7.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.8.1",
"jwt-decode": "^2.2.0",
"next": "^13",
"postgraphile": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-kawaii": "^0.16.0",
"react-lottie": "^1.2.3",
"yup": "^0.29.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.1",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^1.15.1",
"@graphql-codegen/typescript": "^1.13.3",
"@graphql-codegen/typescript-operations": "^1.13.3",
"@graphql-codegen/typescript-react-apollo": "^1.13.3",
"@graphql-codegen/typescript-resolvers": "^1.15.1",
"@types/jwt-decode": "^2.2.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-lottie": "^1.2.5",
"@types/react-sparklines": "^1.7.0",
"@types/yup": "^0.29.3",
"graphql-let": "0.x",
"prettier": "^2.0.5",
"typescript": "^4"
}
}