-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.08 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
{
"name": "sr-smith",
"version": "0.0.5",
"source": "src/index.html",
"type": "module",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "npm-run-all --parallel typesafe-i18n start",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "tsc",
"gen:icons": "node scripts/icons.js",
"prebuild2": "node scripts/tsconfig.js",
"prestart2": "node scripts/tsconfig.js",
"typesafe-i18n": "typesafe-i18n",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@heroicons/react": "^1",
"@udecode/plate-basic-marks": "^22.0.2",
"@udecode/plate-code-block": "^22.0.2",
"@udecode/plate-common": "^22.0.2",
"@udecode/plate-floating": "^22.0.2",
"camelcase": "^8.0.0",
"clsx": "^2.1.1",
"dialog-polyfill": "^0.5.6",
"firebase": "^10",
"gql-query-builder": "^3.8.0",
"graphql-request": "^6.1.0",
"gravatar": "^1.8.2",
"jotai": "^2.2.3",
"jsxgraph": "^1.5.0",
"lodash-es": "^4.17.21",
"observable-hooks": "^4.2.2",
"ohm-js": "^17.1.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-hotkeys-hook": "^4.4.1",
"robot3": "https://github.com/sytabaresa/robot.git#child-machine-send",
"rxdb": "^14.15.1",
"rxjs": "^7.8.1",
"scheduler": "^0.23.0",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.98.1",
"tailwind-merge": "^1.14.0",
"typesafe-i18n": "^5.25.1",
"uuid-random": "^1.3.2",
"workbox-expiration": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.5",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@vitejs/plugin-legacy": "^4.1.1",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.0",
"happy-dom": "^10.5.2",
"npm-run-all": "^4.1.5",
"onmyjs": "^2.0.2",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"process": "^0.11.10",
"pwa-asset-generator": "^6.3.1",
"react-streaming": "^0.3.14",
"rollup-plugin-visualizer": "^5.9.2",
"tailwind-scrollbar": "3.0.4",
"tailwindcss": "^3.3.3",
"terser": "^5.19.2",
"tsconfig-paths-autogen": "^2.0.2",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-bundle-visualizer": "^0.10.0",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-ssr": "0.4.133",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0"
}
}