-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "coffeebreak-docs",
"description": "A documentation website for coffeeBreak. project.",
"version": "3.2.5",
"author": "coffeeBreak. developers",
"homepage": "https://pi-coffeebreak.github.io",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/partytown": "^2.1.3",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/ion": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^5.1.3",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.4",
"daisyui": "^4.12.23",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.81.0",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"accessible-astro-components": "^3.0.1",
"theme-change": "^2.5.0"
}
}