-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "weather-svg",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "wrangler dev --no-bundle --env development",
"preview-build": "vite build --mode preview",
"lint": "eslint . && prettier -c .",
"test": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"bcp-47": "^2.1.0",
"hono": "^4.4.6",
"valibot": "0.31.0-rc.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.4.0",
"@cloudflare/workers-types": "^4.20240614.0",
"@eslint/js": "^9.5.0",
"@iconify-json/meteocons": "^1.1.4",
"@preact/preset-vite": "^2.8.2",
"@rollup/plugin-yaml": "^4.1.2",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/blocks": "^8.1.9",
"@storybook/preact": "^8.1.9",
"@storybook/preact-vite": "^8.1.9",
"@storybook/test": "^8.1.9",
"@types/eslint__js": "^8.42.3",
"@unocss/cli": "^0.61.0",
"@xmldom/xmldom": "^0.8.10",
"eslint": "^9.5.0",
"fast-glob": "^3.3.2",
"lightningcss": "^1.25.1",
"preact": "^10.22.0",
"prettier": "^3.3.2",
"storybook": "^8.1.9",
"svgo": "^3.3.2",
"taze": "^0.13.8",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"typescript-eslint": "8.0.0-alpha.30",
"unocss": "^0.61.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"wrangler": "^3.60.3"
},
"engines": {
"node": "^20.10.0",
"pnpm": ">=9"
}
}