-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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
{
"name": "c-users-golde-documents-github-dygitz-github-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.0.1",
"@lottiefiles/svelte-lottie-player": "^0.3.1",
"astro": "^5.0.5",
"lottie-web": "^5.12.2",
"pixi.js": "^8.12.0",
"svelte": "^5.12.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.3",
"autoprefixer": "^10.4.20",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.46.23",
"tailwindcss": "^3.4.16"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"svelte"
]
}
}
}