-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "dophelia",
"private": true,
"version": "0.3.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"prepare": "husky",
"fmt": "prettier . --write"
},
"dependencies": {
"@solid-primitives/media": "^2.2.9",
"@solid-primitives/resize-observer": "^2.0.26",
"@solid-primitives/scheduled": "^1.4.4",
"@solidjs/router": "^0.15.1",
"@tanstack/solid-query": "^5.62.0",
"cal-heatmap": "^4.2.4",
"chart.js": "^4.4.7",
"dayjs": "^1.11.13",
"solid-chartjs": "^1.3.11",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@types/node": "^22.10.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-solid": "^2.11.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}