-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "spg-wireframes-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.1.0",
"@astrojs/svelte": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@contentful/rich-text-html-renderer": "^16.0.3",
"@contentful/rich-text-react-renderer": "^15.16.3",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@nanostores/react": "^0.4.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro": "^3.1.4",
"cloudinary": "^1.41.0",
"contentful": "^9.3.5",
"daisyui": "^4.7.2",
"nanostores": "^0.7.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sant-lipi": "^0.14.0",
"svelte": "^3.55.1",
"tailwindcss": "^3.0.24",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.0.3"
}
}