-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 916 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
36
37
{
"name": "@webf/sprinkles",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"check:types": "tsc --build",
"dev": "astro dev",
"dev:format": "prettier --write .",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@ark-ui/solid": "^5.31.0",
"@astrojs/node": "10.0.0-beta.3",
"@astrojs/solid-js": "6.0.0-beta.2",
"astro": "6.0.0-beta.10",
"clsx": "^2.1.1",
"lucide-solid": "^0.562.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
"@faker-js/faker": "^10.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.10.13",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"solid-devtools": "^0.30.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"volta": {
"node": "24.13.0"
},
"packageManager": "pnpm@10.29.1"
}