-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "udapage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^3.6.3",
"@astrojs/svelte": "^5.7.3",
"@astrojs/upgrade": "^0.3.4",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-bootstrap": "^0.32.37",
"@types/react-dom": "^18.3.7",
"@visx/axis": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"astro": "^5.16.6",
"eslint": "^8.57.1",
"plotly.js": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0",
"react-twitter-widgets": "^1.11.0",
"sharp": "~0.32.6",
"svelte": "^4.2.20",
"svelte-canvas": "^1.2.1",
"svelte-file-dropzone": "^2.0.9",
"tailwindcss": "^4.1.18",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^17.0.0"
},
"trustedDependencies": [
"es5-ext",
"esbuild",
"sharp"
],
"resolutions": {
"vite": "^6.0.0"
}
}