返回 slidev
package.json
根目录 / packages / create-theme / package.json
1 {
2 "name": "create-slidev-theme",
3 "type": "module",
4 "version": "52.19.0",
5 "description": "Create starter theme template for Slidev",
6 "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7 "license": "MIT",
8 "funding": "https://github.com/sponsors/antfu",
9 "homepage": "https://sli.dev",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/slidevjs/slidev"
13 },
14 "bugs": "https://github.com/slidevjs/slidev/issues",
15 "main": "index.mjs",
16 "bin": {
17 "create-slidev-theme": "index.mjs"
18 },
19 "engines": {
20 "node": ">=20.12.0"
21 },
22 "dependencies": {
23 "ansis": "catalog:prod",
24 "minimist": "catalog:prod",
25 "pathe": "catalog:prod",
26 "prompts": "catalog:prod"
27 }
28 }
29
29 lines JSON