generated from markteekman/accessible-astro-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.4 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": "web24-nimo-network",
"description": "Docs and slides for NIMO2401 Introudction to Web Development course",
"version": "3.1.2",
"author": "truc0",
"homepage": "https://web24.nimo.network/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sli:dev": "slidev",
"sli:build": "node build-slides.js",
"build-all": "pnpm run build && pnpm run sli:build"
},
"devDependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/partytown": "^2.0.2",
"@astrojs/tailwind": "^5.0.4",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/mdi": "^1.1.64",
"@tailwindcss/typography": "^0.5.12",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"accessible-astro-components": "^2.3.5",
"astro": "^4.0.7",
"astro-compress": "^2.2.20",
"astro-icon": "^1.0.2",
"eslint": "^8.33.0",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"playwright-chromium": "^1.43.0",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.49.9",
"svgo": "^3.2.0",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.0.0",
"@slidev/cli": "^0.48.8",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0"
}
}