-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.87 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/material": "^5.14.1",
"@sentry/react": "^7.63.0",
"@tauri-apps/api": "^1.4.0",
"@vitejs/plugin-react": "^4.0.1",
"anser": "^2.1.1",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"dayjs": "^1.11.9",
"focus-trap-react": "^10.1.4",
"framer-motion": "^10.12.17",
"postcss-styled-components": "^0.2.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.14.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.16.1",
"recoil": "^0.7.7",
"styled-components": "^6.0.1",
"sweetalert2": "^11.7.12",
"sweetalert2-react-content": "^5.0.7",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
"uuid4": "^2.0.3",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"workbox-window": "^7.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:css": "stylelint \"src/**/*.jsx\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"recommendations": [
"stylelint.vscode-stylelint"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"prettier": "^2.8.8",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^3.0.0"
}
}