-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "f1m-savereader",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint f1msavereadergen2 --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@blueprintjs/core": "^5.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@meronex/icons": "^4.0.0",
"@msgpack/msgpack": "3.0.0-beta2",
"@mui/icons-material": "^5.15.1",
"@mui/lab": "5.0.0-alpha.150",
"@mui/material": "^5.14.2",
"@mui/x-data-grid": "^6.18.1",
"@mui/x-date-pickers": "^6.18.6",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/sql.js": "^1.4.9",
"@vitejs/plugin-react": "^4.3.1",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"geometrizejs": "^0.0.19",
"jimp": "^0.22.12",
"mobx-react-lite": "^4.0.7",
"notistack": "^3.0.1",
"pako": "^2.1.0",
"polotno": "^2.10.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"semver-compare": "^1.0.0",
"sql.js": "1.10.3",
"string-to-react-component": "^3.1.1",
"typescript": "5.1.6",
"vanilla-jsoneditor": "^0.21.1",
"vite": "^5.3.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-require": "^1.2.14"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.6"
}
}