-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.76 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
{
"name": "anyjoy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn graphql && next build",
"build:local": "DOTENV_CONFIG_PATH=.env.local yarn graphql && next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"graphql": "DOTENV_CONFIG_PATH=.env.local graphql-codegen -r dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@apollo/server": "^4.6.0",
"@as-integrations/next": "^1.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@next-auth/mongodb-adapter": "^1.1.3",
"@radix-ui/react-toast": "^1.1.4",
"@stitches/react": "^1.2.8",
"@toss/use-overlay": "^1.3.6",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/graphql": "^14.5.0",
"@types/node": "^18.15.11",
"@types/quill": "^2.0.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"apollo-server-micro": "^3.12.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-scalars": "^1.21.3",
"graphql-tools": "^8.3.20",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"latest": "^0.2.0",
"micro": "^10.0.1",
"mongodb": "^5.3.0",
"mongoose": "^7.0.3",
"next": "^13.4.13",
"next-auth": "4.22.1",
"nextjs-cors": "^2.1.2",
"nprogress": "^0.2.0",
"prettier": "^2.8.7",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.4.5",
"react-quill": "^2.0.0",
"react-use": "^17.4.0",
"stitches": "^1.2.11",
"typescript": "^5.0.4",
"vercel": "^32.2.0"
},
"devDependencies": {
"@apollo-elements/rollup-plugin-graphql": "^1.0.3",
"@babel/preset-typescript": "^7.21.4",
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "^2.0.0",
"@graphql-codegen/introspection": "3.0.0",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typed-document-node": "^4.0.0",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@rollup/plugin-graphql": "^2.0.3",
"@storybook/addon-essentials": "7.0.5",
"@storybook/addon-interactions": "7.0.5",
"@storybook/addon-links": "7.0.5",
"@storybook/blocks": "7.0.5",
"@storybook/nextjs": "7.0.5",
"@storybook/react": "7.0.5",
"@storybook/testing-library": "0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@types/aria-query": "^5.0.1",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@typescript-eslint/parser": "^5.58.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-unused-imports": "^2.0.0",
"storybook": "7.0.5",
"vitest": "^0.30.1"
},
"resolutions": {
"@types/react": "17.0.44"
},
"main": "index.js",
"repository": "https://github.com/khuniiii/anyjoy.git",
"author": "Kyeonghun <48789893+khuniiii@users.noreply.github.com>",
"license": "MIT"
}