forked from sws2apps/organized-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.42 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
{
"name": "cpe-sws",
"private": true,
"version": "2.118.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/cpe-sws.git"
},
"scripts": {
"dev": "vite",
"build": "vite build && workbox generateSW workbox.config.cjs",
"preview": "serve -l 5000 -s dist",
"test": "npm run cypress:component-test",
"cypress:open": "cypress open",
"cypress:component-test": "cypress run --component --browser chrome",
"locales:unused": "node unused-i18n-keys.js"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:cypress/recommended"
]
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fingerprintjs/fingerprintjs": "^4.2.2",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"@mui/x-tree-view": "^6.17.0",
"@react-pdf/renderer": "^3.3.8",
"@sws2apps/react-sw-helper": "^1.21.0",
"@tanstack/react-query": "^5.25.0",
"comlink": "^4.4.1",
"date-fns": "^2.30.0",
"dateformat": "^5.0.3",
"dexie": "^3.2.6",
"file-select-dialog": "^1.5.4",
"firebase": "^10.8.1",
"html2pdf.js": "^0.10.1",
"i18next": "^23.10.1",
"interweave": "^13.1.0",
"jw-epub-parser": "^3.12.1",
"mui-one-time-password-input": "^2.0.2",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-pdf-html": "^1.2.1",
"react-router-dom": "^6.22.3",
"recoil": "^0.7.7",
"recoil-outside": "^0.1.1",
"use-pwa2": "^0.2.0",
"validator": "^13.11.0",
"vite": "^5.1.5",
"vite-plugin-comlink": "^4.0.2",
"workbox-cli": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sws2apps/vite-plugin-package-version": "^1.4.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.15.1",
"prop-types": "^15.8.1",
"serve": "^14.2.1",
"vite-plugin-eslint": "^1.8.1"
}
}