-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 630 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 630 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
{
"name": "slumper",
"type": "module",
"version": "1.9.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-library": "tsc && node dist/index.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.0.1",
"@astrojs/solid-js": "^5.0.1",
"@vitejs/plugin-legacy": "^5.4.2",
"astro": "^5.1.1",
"solid-js": "^1.8.16",
"typescript": "^5.4.4",
"vite-plugin-top-level-await": "^1.4.4"
},
"devDependencies": {
"@types/node": "^20.12.4"
}
}