This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 2.33 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
{
"name": "wunderworlds",
"version": "2.25.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@react-spring/web": "^9.5.5",
"@tailwindcss/forms": "^0.5.3",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.2",
"axios-hooks": "^2.6.3",
"b64-to-blob": "^1.2.19",
"clipboard-polyfill": "^2.8.6",
"connected-react-router": "^6.8.0",
"dexie": "^3.2.2",
"dexie-relationships": "^1.2.11",
"downshift": "^7.0.5",
"firebase": "9.0.0-beta.2",
"immer": "^9.0.6",
"immutable": "^3.8.2",
"jspdf": "^2.3.1",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-animate-height": "^2.0.3",
"react-autosuggest": "^9.4.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^17.0.0",
"react-google-button": "^0.5.3",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.29.1",
"react-markdown": "^3.6.0",
"react-router-dom": "^5.2.0",
"react-social-login-buttons": "^2.1.2",
"react-spring": "^9.5.5",
"react-tooltip": "^4.5.0",
"react-use-gesture": "^7.0.15",
"react-use-measure": "^2.0.4",
"react-virtual": "^2.10.4",
"react-virtualized": "9.22.3",
"unit-to-px": "^1.0.5",
"use-effect-reducer": "^0.7.0",
"uuid": "^3.3.2"
},
"license": "MIT License",
"resolutions": {
"react-virtualized": "git+https://[email protected]/remorses/react-virtualized-fixed-import.git#9.22.3"
},
"devDependencies": {
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"firebase-tools": "^11.15.0",
"lint-staged": "^13.0.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.1",
"tsconfig-paths": "^4.1.0",
"vite": "^3.2.1",
"vite-plugin-react-svg": "^0.2.0",
"vite-plugin-svgr": "^2.2.2"
},
"volta": {
"node": "16.13.0",
"yarn": "1.22.17"
}
}