forked from PompolutZ/yawudb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.07 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.07 KB
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
{
"name": "wunderworlds",
"version": "2.7.12",
"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",
"@tailwindcss/forms": "^0.3.2",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"axios-hooks": "^2.6.3",
"b64-to-blob": "^1.2.19",
"clipboard-polyfill": "^2.8.6",
"connected-react-router": "^6.8.0",
"dexie": "^3.0.2",
"dexie-relationships": "^1.2.11",
"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-scripts": "^3.4.1",
"react-social-login-buttons": "^2.1.2",
"react-spring": "^9.0.0-rc.3",
"react-use-gesture": "^7.0.15",
"react-use-measure": "^2.0.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://git@github.com/remorses/react-virtualized-fixed-import.git#9.22.3"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.3.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"firebase-tools": "^8.12.1",
"lint-staged": "^10.5.2",
"postcss": "^8.3.6",
"prettier": "^2.0.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.2.7",
"vite": "^2.4.4",
"vite-plugin-react-svg": "^0.2.0",
"vite-plugin-svgr": "^0.3.0"
}
}