-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "visualizer-frontend",
"private": true,
"version": "0.0.0",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"graphql-model-gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.6.4",
"@types/lodash": "^4.14.182",
"antd": "^5.0.1",
"graphql": "^16.5.0",
"leaflet": "^1.9.2",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-leaflet": "^4.1.0",
"react-router-dom": "^6.4.2",
"react-twitter-widgets": "^1.11.0",
"react-wordcloud": "^1.2.7",
"subscriptions-transport-ws": "^0.11.0",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.11",
"@graphql-codegen/typescript-document-nodes": "2.2.11",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.1",
"@graphql-codegen/typescript-operations": "2.4.0",
"@graphql-codegen/typescript-react-apollo": "3.2.14",
"@types/leaflet": "^1.8.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}