-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.71 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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "yacd_meta_tauri",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@reach/tooltip": "0.17.0",
"@reach/visually-hidden": "0.17.0",
"clsx": "^1.2.1",
"history": "5.3.0",
"invariant": "^2.2.4",
"lodash-es": "^4.17.21",
"memoize-one": "6.0.0",
"modern-normalize": "1.1.0",
"prop-types": "15.8.1",
"react-feather": "^2.0.10",
"react-modal": "3.15.1",
"react-tabs": "5.1.0",
"react-tiny-fab": "4.0.4",
"react-window": "^1.8.7",
"regenerator-runtime": "0.13.9",
"tslib": "2.4.0",
"use-asset": "1.0.4",
"@tauri-apps/api": "^1.2.0"
},
"devDependencies": {
"@babel/runtime": "7.19.4",
"@fontsource/inter": "4.5.13",
"@fontsource/roboto-mono": "4.5.8",
"@types/invariant": "2.2.35",
"@types/jest": "29.1.2",
"@types/lodash-es": "4.17.6",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-modal": "3.13.1",
"@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@vitejs/plugin-react": "2.1.0",
"autoprefixer": "10.4.12",
"chart.js": "3.9.1",
"core-js": "3.25.5",
"cssnano": "5.1.13",
"date-fns": "2.29.3",
"eslint": "8.25.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.1",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.9",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"framer-motion": "7.5.3",
"i18next": "21.10.0",
"i18next-browser-languagedetector": "6.1.8",
"i18next-http-backend": "1.4.4",
"immer": "9.0.15",
"postcss": "8.4.17",
"postcss-custom-media": "^8.0.2",
"postcss-import": "15.0.0",
"postcss-simple-vars": "7.0.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "11.18.6",
"react-icons": "4.4.0",
"react-query": "3.39.2",
"react-router": "6.4.2",
"react-router-dom": "6.4.2",
"react-switch": "7.0.0",
"react-table": "7.8.0",
"recoil": "0.7.5",
"reselect": "4.1.6",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.55.0",
"typescript": "4.8.4",
"vite": "3.1.7",
"vite-plugin-pwa": "0.13.1",
"workbox-core": "6.5.4",
"workbox-expiration": "6.5.4",
"workbox-precaching": "6.5.4",
"workbox-routing": "6.5.4",
"workbox-strategies": "6.5.4",
"@tauri-apps/cli": "^1.2.2"
}
}