-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "astro-multi-library-todo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^1.3.0",
"@astrojs/partytown": "^1.1.1",
"@astrojs/preact": "^2.1.0",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^2.1.0",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@astrojs/vercel": "^3.2.1",
"@astrojs/vue": "^2.1.0",
"@preact/signals": "^1.1.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@webcomponents/template-shadowroot": "^0.1.0",
"astro": "^2.1.5",
"lit": "^2.6.1",
"mobx": "^6.8.0",
"mobx-persist-store": "^1.1.3",
"preact": "^10.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.6.14",
"svelte": "^3.56.0",
"tailwindcss": "^3.2.7",
"vue": "^3.2.47"
}
}