-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.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
{
"name": "web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@fireworks-js/react": "^2.10.0",
"caniuse-lite": "^1.0.30001449",
"classnames": "^2.3.2",
"date-fns": "^2.29.2",
"dompurify": "^2.4.0",
"graphql": "^16.8.1",
"graphql-request": "^5.1.0",
"next": "^13.5.1",
"phosphor-react": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"xss": "^1.0.14"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/typescript": "^2.6.0",
"@graphql-codegen/typescript-operations": "^2.4.3",
"@graphql-codegen/typescript-react-apollo": "^3.2.17",
"@types/dompurify": "^2.3.4",
"@types/node": "^18.14.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.3"
}
}