-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
46 lines (46 loc) · 1.35 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "rimraf dist && pnpm -r run build",
"dev": "esno scripts/picker.ts dev --open",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"update": "esno scripts/redirects.ts",
"prepare": "git submodule update --init --recursive"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@eslint/config-inspector": "catalog:",
"@iconify/collections": "catalog:",
"@iconify/json": "catalog:",
"@slidev/cli": "catalog:",
"@slidev/client": "catalog:",
"@slidev/theme-default": "catalog:",
"@types/node": "catalog:",
"@types/prompts": "catalog:",
"@types/seedrandom": "catalog:",
"chroma-js": "catalog:",
"eslint": "catalog:",
"eslint-plugin-format": "catalog:",
"esno": "catalog:",
"execa": "catalog:",
"fast-glob": "catalog:",
"markdown-it-magic-link": "catalog:",
"playwright-chromium": "catalog:",
"pnpm": "catalog:",
"prettier-plugin-slidev": "catalog:",
"prompts": "catalog:",
"rimraf": "catalog:",
"seedrandom": "catalog:",
"slidev-addon-graph": "catalog:",
"taze": "catalog:",
"typescript": "catalog:",
"unocss": "catalog:",
"vis-data": "catalog:",
"vis-network": "catalog:",
"vue-router": "catalog:",
"vue-tsc": "catalog:"
}
}