-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
89 lines (89 loc) · 2.53 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev:test": "playwright test -c tests/e2e --headed --ui",
"dev": "vite",
"lint": "eslint src",
"prepare-test": "node ./scripts/prepare-test.js",
"preview": "vite build && vite preview",
"test": "playwright test -c tests/e2e"
},
"dependencies": {
"@fontsource-variable/fredoka": "5.0.13",
"@fontsource-variable/outfit": "5.0.13",
"@fontsource/noto-mono": "5.0.11",
"@fontsource/noto-sans": "5.0.22",
"@fontsource/roboto": "5.0.13",
"@microsoft/microsoft-graph-client": "3.0.7",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tooltip": "1.0.7",
"@react-hookz/web": "24.0.4",
"@zip.js/zip.js": "2.7.43",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"delay": "6.0.0",
"dropbox": "10.34.0",
"file-select": "1.0.2",
"framer-motion": "11.1.7",
"github-fork-ribbon-css": "0.2.3",
"goodcodes-parser": "2.5.0",
"i18next": "23.11.2",
"i18next-browser-languagedetector": "7.2.1",
"idb": "8.0.0",
"idb-keyval": "6.2.1",
"jotai": "2.8.0",
"ky": "1.2.4",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
"nostalgist": "0.9.2",
"p-queue": "8.0.1",
"path-browserify": "1.0.1",
"query-string": "9.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-i18next": "14.1.1",
"react-use": "17.5.0",
"react-window": "1.8.10",
"store2": "2.14.3",
"wouter": "3.1.2"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.12.2",
"@iconify/json": "2.2.204",
"@iconify/tailwind": "0.1.4",
"@playwright/test": "1.43.1",
"@tailwindcss/typography": "0.5.13",
"@types/emscripten": "1.39.10",
"@types/gapi": "0.0.47",
"@types/gapi.client.drive-v3": "0.0.4",
"@types/is-ci": "3.0.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"@types/path-browserify": "1.0.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "6.1.11",
"@types/react-window": "1.8.8",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react-swc": "3.6.0",
"autoprefixer": "10.4.19",
"browserfs": "1.4.3",
"eslint": "9.1.1",
"is-ci": "3.0.1",
"mkdirp": "3.0.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-pwa": "0.19.8",
"zx": "8.0.2"
},
"browserslist": [
"defaults",
"not op_mini all"
]
}