-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.29 KB
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
{
"name": "rizumu-talks",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.2",
"scripts": {
"dev": "pnpm run picker dev --open",
"build": "rimraf dist && pnpm run picker build",
"build:all": "rimraf dist && pnpm -r run build",
"export": "pnpm run picker export",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"picker": "PICKER_EDITOR=cursor esno scripts/picker.ts",
"prepare": "git submodule update --init --recursive"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@eslint/config-inspector": "^0.5.6",
"@iconify/json": "^2.2.291",
"@slidev/cli": "^0.49.29",
"@slidev/client": "^0.49.29",
"@slidev/theme-default": "^0.25.0",
"@types/node": "^20.17.11",
"@types/prompts": "^2.4.9",
"@types/seedrandom": "^3.0.5",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"execa": "^9.5.2",
"fast-glob": "^3.3.2",
"markdown-it-magic-link": "^0.1.4",
"playwright-chromium": "^1.49.1",
"pnpm": "^9.15.2",
"prettier-plugin-slidev": "^1.0.5",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"seedrandom": "^3.0.5",
"taze": "^0.18.0",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
}
}