forked from brianlovin/briOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.28 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
{
"name": "brios",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint ./src/pages/* ./src/components/* ./src/pages/api/* ./src/graphql/* ./src/lib/* -c .eslintrc.json --fix --ext ts,tsx",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"generate": "graphql-codegen",
"generate:watch": "graphql-codegen --watch 'src/graphql/**/*.ts'",
"postinstall": "yarn generate && prisma generate",
"db:dev": "pscale connect brianlovin dev --port 3309",
"db:prod": "pscale connect brianlovin main --port 3309"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/link-schema": "^2.0.0-beta.3",
"@auth0/nextjs-auth0": "^1.5.0",
"@graphql-tools/schema": "^8.3.1",
"@headlessui/react": "^1.4.1",
"@prisma/client": "^3.5.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@tippy.js/react": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"apollo-server-micro": "^2.25.3",
"cheerio": "^1.0.0-rc.10",
"cryptr": "^6.0.2",
"date-fns": "^2.25.0",
"deepmerge": "^4.2.2",
"fathom-client": "^3.2.0",
"feed": "^4.2.2",
"framer-motion": "^5.3.1",
"graphql": "^15.6.1",
"isomorphic-unfetch": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"next": "12.0.0",
"next-seo": "^4.28.1",
"postmark": "^2.7.8",
"react": "^17.0.2",
"react-autosize-textarea": "^7.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-feather": "^2.0.9",
"react-hot-toast": "^2.1.1",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.0",
"react-syntax-highlighter": "^15.4.5",
"react-visibility-sensor": "^5.1.1",
"rehype-parse": "^8.0.3",
"rehype-raw": "^6.1.0",
"rehype-remark": "^9.1.0",
"rehype-sanitize": "^5.0.0",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.1",
"remark-gfm": "^3.0.1",
"remark-linkify-regex": "^1.0.0",
"remark-preset-lint-recommended": "^6.1.1",
"remark-rehype": "^10.0.1",
"remove-markdown": "^0.3.0",
"slugify": "^1.6.2",
"string-replace-to-array": "^2.1.0",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2",
"unified": "^10.1.0",
"unified-stream": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@ardatan/graphql-tools": "^4.1.0",
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
"@cypress/webpack-preprocessor": "^4.1.5",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@graphql-codegen/add": "^3.1.0",
"@graphql-codegen/cli": "^2.2.2",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-operations": "^2.1.8",
"@graphql-codegen/typescript-react-apollo": "^3.2.1",
"@next/eslint-plugin-next": "^12.0.3",
"@testing-library/cypress": "^8.0.2",
"@types/chai": "^4.2.22",
"@types/dom-mediacapture-record": "^1.0.10",
"@types/jest": "^27.0.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/webrtc": "^0.0.31",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"cypress": "^9.0.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-mdx": "^1.16.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"now-env": "^3.2.0",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"prettier-plugin-prisma": "^3.4.1",
"prisma": "^3.5.0",
"stylelint-config-recommended": "^6.0.0",
"tailwindcss": "^2.2.19",
"typescript": "^4.4.4",
"typescript-eslint-parser": "^22.0.0",
"webpack": "^4.46.0"
},
"lint-staged": {
"*.+(ts|tsx)": [
"eslint --fix",
"prettier --write"
]
},
"pre-commit": "lint:staged && generate",
"license": "MIT"
}