-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 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
{
"name": "flow-launcher-website",
"version": "0.0.1",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@astrojs/mdx": "^4.2.2",
"@astrojs/svelte": "^7.0.5",
"astro": "^5.4.2",
"fflate": "^0.8.2",
"fslightbox": "^3.5.1",
"sass": "^1.85.1",
"svelte": "^5.22.6",
"svelte-awesome-color-picker": "^3.1.4",
"swiper": "^11.2.5",
"typescript": "^5.8.2"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module",
"devDependencies": {
"@astrojs/language-server": "^2.15.4",
"@rollup/plugin-yaml": "^4.1.2",
"@types/node": "^22.13.10",
"svelte-language-server": "^0.17.11",
"typescript-svelte-plugin": "^0.3.46"
}
}