-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
93 lines (93 loc) · 2.62 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "ninjaterm",
"version": "4.19.0",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/dom-serial": "^1.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@types/w3c-web-serial": "^1.0.6",
"@vitejs/plugin-react": "^4.3.1",
"chart.js": "^4.4.3",
"kofi-button": "^1.1.1",
"mobx": "^6.12.4",
"mobx-react-lite": "^4.0.7",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.23.1",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.10",
"serve": "^14.2.3",
"typescript": "^5.4.5",
"validatorjs": "^3.22.1",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^4.1.1",
"workbox-background-sync": "^7.1.0",
"workbox-broadcast-update": "^7.1.0",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-google-analytics": "^7.1.0",
"workbox-navigation-preload": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-range-requests": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-streams": "^7.1.0",
"zod": "^3.23.8"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite build && vite preview",
"test": "tsc && vitest run && playwright test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.44.1",
"@types/react-resizable": "^3.0.7",
"@types/react-window": "^1.8.8",
"@types/wicg-file-system-access": "^2023.10.5",
"jest-canvas-mock": "^2.5.2",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.6.0"
},
"type": "module"
}