-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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
60
61
62
{
"name": "bizarre-binary",
"type": "module",
"version": "0.0.1",
"private": true,
"lint-staged": {
"*.{js,jsx,ts,tsx,svelte}": "pnpm lint:fix"
},
"scripts": {
"prepare": "husky",
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"vite": "vite",
"test": "vitest run",
"test:watch": "vitest ",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/partytown": "^2.1.7",
"@astrojs/svelte": "^8.1.2",
"@eslint/js": "^10.0.1",
"@github/clipboard-copy-element": "^1.3.0",
"@iconify-json/bi": "^1.2.7",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"@unocss/astro": "^66.7.0",
"@unocss/preset-icons": "^66.7.0",
"@unocss/preset-typography": "^66.7.0",
"@vite-pwa/astro": "^1.2.0",
"astro": "^6.4.5",
"colord": "^2.9.3",
"daisyui": "^5.5.23",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-svelte": "^3.19.0",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"lodash-es": "^4.18.1",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^4.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-mathjax": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"svelte": "^5.56.3",
"typescript-eslint": "^8.61.0",
"unocss": "^66.7.0",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.8",
"workbox-window": "^7.4.1"
}
}