-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.77 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite --port 1234",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx,js,jsx",
"fix": "eslint src --fix --ext ts,tsx,js,jsx"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/roboto": "^4.5.8",
"@handsontable/react": "^12.1.2",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@mui/styles": "^5.9.3",
"@mui/x-data-grid": "^5.15.2",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.0",
"@vitejs/plugin-react": "^2.0.1",
"buffer": "^6.0.3",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"graphql": "^16.5.0",
"handsontable": "^12.1.2",
"jszip": "^3.10.1",
"notistack": "^2.0.5",
"preview-office-docs": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-medium-image-zoom": "^5.0.1",
"react-mui-fileuploader": "^0.3.0",
"react-router-dom": "^6.3.0",
"schemastery": "^3.5.1",
"three": "^0.146.0",
"use-error-boundary": "^2.0.6",
"vite": "^3.0.7"
},
"devDependencies": {
"@types/node": "^18.7.21",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"typescript": "^4.7.4"
}
}