-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "vetting-games",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.tsx src",
"format": "prettier --write ./src/**/*.{ts,tsx}",
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@react-types/shared": "^3.16.0",
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-aria": "^3.21.0",
"react-auth-kit": "^2.7.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.4.3",
"react-simple-code-editor": "^0.13.1",
"react-stately": "^3.19.0",
"tailwind-scrollbar": "^2.0.1",
"vite-tsconfig-paths": "^3.5.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/client-preset": "^1.1.4",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.2",
"typescript": "^4.9.3",
"vite": "^3.2.0",
"vite-plugin-graphql-codegen": "^2.3.1"
}
}