-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.96 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
{
"name": "my-folder-online",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rm -r dist; tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"generate-pwa-assets": "pwa-assets-generator",
"preview": "vite preview --port 8083",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"browser-fs-access": "^0.35.0",
"color-scheme-detector": "^1.0.1",
"emittery": "^1.0.1",
"ipull": "^1.1.0",
"local-storage-proxy": "^4.0.4",
"lodash": "^4.17.21",
"native-file-system-adapter": "^3.0.0",
"peerjs": "^1.5.1",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^5.4.5",
"react-particles": "^2.12.2",
"react-router-dom": "^6.17.0",
"react-text-gradients": "^1.0.2",
"react-type-animation": "^3.2.0",
"sleep-promise": "^9.1.0",
"tsparticles-slim": "^2.12.0",
"use-array-state": "^1.0.2",
"use-async-effect": "^2.2.7",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.6",
"@types/wicg-file-system-access": "^2023.10.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vite-pwa/assets-generator": "^0.0.10",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.3",
"type-fest": "^4.6.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-bundle-visualizer": "^0.10.0",
"vite-plugin-pwa": "^0.16.6"
}
}