-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "waldorfwahlen",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mdui/icons": "^1.0.2",
"@tanstack/react-table": "^8.11.2",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"firebase": "^10.7.1",
"javascript-lp-solver": "^0.4.24",
"jsonpath": "^1.1.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"mathjs": "^12.2.1",
"mdui": "^2.1.2",
"moment-timezone": "^0.5.45",
"numeric": "^1.2.6",
"optimization-js": "^0.0.0",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.21.0",
"react-table": "^7.8.0",
"sort-by": "^0.0.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.4.6",
"vite-plugin-compression2": "^0.12.0",
"vite-plugin-moment-timezone": "0.0.4",
"vite-plugin-webpackchunkname": "^1.0.3"
}
}