-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.04 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
{
"name": "bot-thk-web",
"version": "1.0.0",
"description": "A multi-user blog creation platform focused on literature.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
"prettier:fix": "prettier --config .prettierrc --write \"**/*.{ts,tsx,scss}\"",
"serve:dev": "concurrently \"ts-node-dev --project tsconfig.server.json server/index.ts\" \"yarn generate --watch\"",
"analyze": "cross-env ANALYZE=true yarn build",
"generate": "graphql-codegen",
"cypress": "cypress open",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "husky install"
},
"keywords": [
"literature",
"blog",
"novel",
"poetry",
"nextjs",
"graphql",
"subscription"
],
"author": "BrainEno",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/noto-sans-sc": "^5.0.1",
"@n1ru4l/graphql-live-query": "^0.10.0",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "^0.8.0",
"@n1ru4l/push-pull-async-iterable-iterator": "^3.2.0",
"@repeaterjs/repeater": "^3.0.5",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"@types/eslint": "^8.21.1",
"@urql/devtools": "^2.0.3",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^6.3.3",
"@urql/introspection": "^1.0.2",
"@vercel/analytics": "^1.1.1",
"accept-language": "^3.0.18",
"classnames": "^2.3.1",
"cloudinary": "^1.35.0",
"cloudinary-react": "^1.7.0",
"dayjs": "^1.11.7",
"disqus-react": "^1.1.5",
"framer-motion": "^10.8.4",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"graphql-sse": "^2.2.0",
"graphql-ws": "^5.14.2",
"html-to-text": "^9.0.5",
"html2canvas": "^1.4.1",
"i18next": "^23.7.8",
"immer": "^10.0.2",
"jspdf": "^2.5.1",
"localforage": "^1.10.0",
"next": "^14.0.1",
"next-auth": "^4.23.1",
"next-i18next": "^15.1.1",
"next-plugin-preact": "^3.0.6",
"nextjs-google-analytics": "^2.3.3",
"preact": "^10.13.0",
"preact-render-to-string": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-quill": "^2.0.0",
"react-secure-storage": "^1.2.2",
"react-web-share": "^2.0.2",
"sass": "^1.58.3",
"urql": "^4.0.4",
"wonka": "^6.3.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/gql-tag-operations-preset": "^2.1.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.0",
"@netlify/plugin-nextjs": "4.41.1",
"@next/bundle-analyzer": "^14.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/gtag.js": "^0.0.17",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.191",
"@types/node": "^20.8.10",
"@types/prettier": "^3.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^6.1.0",
"globby": "^13.1.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.10",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.1",
"ts-lib": "^0.0.5",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
}
}