-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 KB
/
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
43
44
45
46
{
"name": "wantools",
"private": true,
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "astro dev --port 10010",
"build": "astro build",
"preview": "astro preview",
"typecheck": "astro check",
"format:check": "dprint check",
"format:fix": "dprint fmt",
"lint:check": "eslint --max-warnings=0 .",
"lint:fix": "eslint --fix .",
"test": "vitest"
},
"dependencies": {
"@ark-ui/solid": "4.10.1",
"@astrojs/solid-js": "5.0.4",
"@solid-primitives/mutation-observer": "1.2.0",
"astro": "5.3.0",
"solid-js": "1.9.4",
"lucide-solid": "0.475.0",
"ts-pattern": "5.6.2"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@eslint/js": "9.20.0",
"@pandacss/dev": "0.53.0",
"@park-ui/panda-preset": "0.43.1",
"dprint": "0.49.0",
"eslint": "9.20.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-solid": "0.14.5",
"globals": "15.15.0",
"typescript": "5.7.3",
"typescript-eslint": "8.24.0",
"vitest": "3.0.5"
},
"packageManager": "[email protected]",
"gitmoji": {
"autoAdd": false,
"emojiFormat": "emoji",
"capitalizeTitle": false
}
}