-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 999 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 999 Bytes
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
{
"name": "migration-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "node scripts/generate-slides.mjs && astro build && npm run build:slides && npm run minify-css",
"build:slides": "node scripts/build-slides.mjs",
"generate-slides": "node scripts/generate-slides.mjs",
"minify-css": "postcss dist/css/*.css dist/youtube/*.css --replace --no-map",
"preview": "astro preview",
"astro": "astro",
"knip": "knip"
},
"dependencies": {
"astro": "^6.1.7",
"marked": "^17.0.1"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.2",
"@slidev/cli": "^52.14.1",
"@slidev/theme-default": "^0.25.0",
"@types/isurl": "^4.0.0",
"@types/node": "^24.9.2",
"astro-robots-txt": "^1.0.0",
"cssnano": "^7.1.2",
"dayjs": "^1.11.19",
"isurl": "^4.0.2",
"knip": "^6.4.1",
"lightningcss": "^1.31.1",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"terser": "^5.46.0"
}
}