-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.97 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.97 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "organized",
"private": true,
"version": "3.37.1",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/organized-app.git"
},
"scripts": {
"dev": "vite",
"build": "vite build && tsx workbox.config.ts",
"preview": "serve -l 4050 -s dist",
"test": "npm run cypress:test",
"cypress:open": "cypress open",
"cypress:test": "cypress run --browser chrome",
"generate:css": "node converter/css/convert.js && prettier converter/css/tokens.json src/global/global.css src/global/global.ts --write",
"generate:icons": "node converter/svg/convert.js && prettier src/components/icons --write",
"locales:unused": "tsx unused-i18n-keys.ts",
"lint": "eslint src"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:cypress/recommended"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.8",
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.0.2",
"@mui/stylis-plugin-rtl": "^7.3.8",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.2",
"@react-pdf/renderer": "^4.3.2",
"@sentry/react": "^10.43.0",
"@sws2apps/react-sw-helper": "^1.30.0",
"@tanstack/react-query": "^5.90.21",
"comlink": "^4.4.2",
"crypto-es": "^3.1.3",
"date-fns": "^4.0.0",
"dexie": "^4.3.0",
"dexie-react-hooks": "^4.2.0",
"file-saver": "^2.0.5",
"file-select-dialog": "^1.5.4",
"firebase": "^12.10.0",
"i18next": "^25.8.13",
"ics": "^3.8.1",
"interweave": "^13.1.1",
"jotai": "^2.18.1",
"jszip": "^3.10.1",
"meeting-schedules-parser": "^4.4.0",
"mui-one-time-password-input": "^5.0.0",
"nanoid": "^5.1.6",
"node-html-parser": "^7.1.0",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-i18next": "^16.5.8",
"react-lottie-player": "^2.1.0",
"react-pdf-html": "^2.1.5",
"react-photo-view": "^1.2.7",
"react-router": "^7.13.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.7",
"stylis": "^4.3.6",
"swiper": "^12.1.2",
"use-pwa2": "^0.2.0",
"validator": "^13.15.26",
"vite": "^7.3.1",
"vite-plugin-comlink": "^5.3.0",
"write-excel-file": "^3.0.6"
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.28.6",
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.36.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@svgr/plugin-prettier": "^8.1.0",
"@svgx/vite-plugin-react": "^1.0.1",
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.10",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.14",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^5.1.4",
"conventional-changelog-conventionalcommits": "^9.3.0",
"cypress": "^15.11.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-cypress": "^6.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.3.3",
"prettier": "^3.8.1",
"react-refresh": "^0.18.0",
"rollup": "^4.59.0",
"semantic-release": "^25.0.3",
"serve": "^14.2.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-package-version": "^1.1.0",
"workbox-build": "^7.4.0"
},
"engines": {
"node": "24.x",
"npm": ">=11"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,json,html}": "prettier --write"
}
}