-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.75 KB
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
{
"name": "gql_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@grpc/grpc-js": "^1.7.1",
"@grpc/proto-loader": "^0.7.3",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.7",
"cookie": "^0.5.0",
"file-saver": "^2.0.5",
"filereader": "^0.10.3",
"google-proto-files": "^3.0.2",
"identity-obj-proxy": "^3.0.0",
"javascript-time-ago": "^2.5.7",
"next": "^12.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flow-renderer": "^10.3.17",
"react-simple-code-editor": "^0.13.1",
"react-table": "^7.8.0",
"react-text-transition": "^3.0.2",
"reactflow": "^11.2.0",
"ts-proto": "^1.126.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/cookie": "^0.5.1",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.1.2",
"@types/node": "18.7.23",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-table": "^7.7.12",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.0.3",
"typescript": "4.8.4"
}
}