返回 slidev
package.json
根目录 / packages / create-app / package.json
1 {
2 "name": "create-slidev",
3 "type": "module",
4 "version": "52.19.0",
5 "description": "Create starter 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": "index.mjs"
18 },
19 "files": [
20 "index.mjs",
21 "template"
22 ],
23 "engines": {
24 "node": ">=20.12.0"
25 },
26 "scripts": {
27 "build": "node build.mjs",
28 "prepublishOnly": "npm run build"
29 },
30 "dependencies": {
31 "ansis": "catalog:prod",
32 "minimist": "catalog:prod",
33 "pathe": "catalog:prod",
34 "prompts": "catalog:prod",
35 "tinyexec": "catalog:prod"
36 }
37 }
38
38 lines JSON