-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.82 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
{
"name": "ipsc-smart-system-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"ssl": "local-ssl-proxy --source 3001 --target 3000",
"gql:sdk": "graphql-codegen",
"build": "next build",
"fuck_the_cloudflare_error": "git submodule update --force --recursive --init --remote"
},
"dependencies": {
"@ag-grid-community/core": "^31.2.1",
"@apollo/client": "^3.9.10",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@graphql-sse/apollo-client": "^0.0.19",
"@million/lint": "^1.0.0-rc.13",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-charts": "^7.5.0",
"@uidotdev/usehooks": "^2.4.1",
"ag-grid-react": "^31.2.0",
"graphql-sse": "^2.5.3",
"material-ui-confirm": "^3.0.11",
"million": "^3.1.6",
"mui-color-input": "^2.0.3",
"mui-loading": "^1.0.6",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-easy-crop": "^5.0.6",
"html2canvas": "^1.4.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.5",
"@graphql-codegen/graphql-modules-preset": "^4.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/web-bluetooth": "^0.0.20",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.3",
"graphql": "^16.8.1",
"local-ssl-proxy": "^2.0.5",
"typescript": "^5.4.3",
"typescript-eslint": "^7.2.0"
}
}