-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 884 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
39
40
41
42
{
"name": "@coollabsio/jata.app",
"version": "1.0.0",
"private": true,
"description": "jata.app landing page",
"keywords": [
"astro",
"svelte",
"tailwindcss",
"typescript",
"landing page",
"coolLabs",
"todo app",
"todo",
"jata"
],
"author": "Andras Bacsai",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "5.0.3",
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.13",
"autoprefixer": "10.4.20",
"daisyui": "^4.12.14",
"npm-run-all": "4.1.5",
"postcss": "8.4.49",
"svelte": "4.2.11",
"swiper": "^11.1.14",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}