This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) · 5.51 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"dependencies": {
"@apollo/client": "^3.3.16",
"@prisma/client": "^2.22.1",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.14.0",
"altair-express-middleware": "^4.0.2",
"apollo-server-express": "^2.24.0",
"argon2": "^0.27.2",
"class-validator": "^0.13.1",
"connect-pg-simple": "^6.2.1",
"core-js": "^3.12.0",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"document-register-element": "1.14.10",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formik": "^2.2.6",
"gen-env-types": "^1.3.0",
"graphql": "^15.5.0",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.9.3",
"graphql-tag": "^2.12.4",
"handlebars": "^4.7.7",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"next": "10.2.0",
"next-apollo": "^5.0.4",
"nodemailer": "^6.6.0",
"npm-run-all": "^4.1.5",
"prisma": "^2.22.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"stripe": "^8.148.0",
"tslib": "^2.2.0",
"tslog": "^3.2.0",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "^0.14.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.1",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@graphql-codegen/cli": "^1.21.4",
"@graphql-codegen/import-types-preset": "^1.18.1",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/typescript-apollo-client-helpers": "^1.1.5",
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
"@nrwl/cli": "12.1.1",
"@nrwl/cypress": "12.1.1",
"@nrwl/eslint-plugin-nx": "12.1.1",
"@nrwl/jest": "12.1.1",
"@nrwl/linter": "12.1.1",
"@nrwl/next": "12.1.1",
"@nrwl/node": "12.1.1",
"@nrwl/react": "12.1.1",
"@nrwl/tao": "12.1.1",
"@nrwl/web": "12.1.1",
"@nrwl/workspace": "12.1.1",
"@testing-library/react": "11.2.6",
"@types/babel__core": "7.1.14",
"@types/babel__preset-env": "7.9.1",
"@types/connect-pg-simple": "^4.2.2",
"@types/core-js": "^2.5.4",
"@types/cors": "^2.8.10",
"@types/eslint": "7.2.10",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/graphql-fields": "^1.3.3",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "26.0.23",
"@types/lodash": "^4.14.168",
"@types/node": "15.0.2",
"@types/nodemailer": "^6.4.1",
"@types/prettier": "2.2.3",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.3",
"@types/react-is": "^17.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"babel-jest": "26.6.3",
"cypress": "^7.2.0",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"graphql-codegen-apollo-next-ssr": "^1.6.1",
"graphql-let": "^0.17.2",
"husky": "^6.0.0",
"jest": "26.6.3",
"lint-staged": "^10.5.4",
"prettier": "2.2.1",
"ts-jest": "26.5.6",
"ts-node": "~9.1.1",
"typescript": "~4.2.4",
"typesync": "^0.8.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"license": "MIT",
"lint-staged": {
"*": [
"git add",
"nx workspace-lint && nx lint --parallel --skip-nx-cache --fix "
]
},
"name": "olympus",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "nx build",
"db": "run-p docker:gaia studio",
"dep-graph": "nx dep-graph",
"docker:gaia": "docker-compose up",
"e2e": "nx e2e",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"gen": "graphql-let --config apps/athena/.graphql-let.yml && echo \"🚀 Apollo types generated\" && rm -rf apps/athena/node_modules",
"gen-env": "pnpx gen-env-types .env -e .",
"generate_prisma": "SKIP_PRISMA_VERSION_CHECK=true prisma generate && echo \"🚀 Prisma Client generated\"",
"generate": "run-s generate_prisma",
"help": "nx help",
"lint": "nx workspace-lint && nx lint",
"nx": "nx",
"postinstall": "run-s generate_prisma",
"start": "nx serve",
"serve:athena": "run-p gen serve:athena",
"studio": "pnpx prisma studio",
"test": "nx test",
"typesync": "pnpx typesync",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator"
},
"version": "0.0.1",
"description": "The modern full-stack Next.js & GraphQL boilerplate with user authentication, subscription payments, emails and everything else you need ",
"repository": "https://github.com/Unbuttun/Olympus.git",
"author": "UnButtun <[email protected]>"
}