-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "advanced-passgen",
"version": "2.5.2",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@mui/system": "^6.1.2",
"@mui/x-data-grid": "^7.19.0",
"@shopify/react-web-worker": "^5.1.6",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"crypto-js": "^4.2.0",
"graphemer": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.26.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite build && vite preview",
"tdev": "tauri dev",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"packageManager": "yarn@4.5.0",
"devDependencies": {
"@tauri-apps/cli": "^2.0.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0"
}
}