-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "presentations",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/poppins": "^5.2.5",
"@lightenna/react-mermaid-diagram": "^1.0.17",
"add": "^2.0.6",
"highlight.js": "^11.11.1",
"mermaid": "^11.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.4.0",
"reveal.js": "^5.1.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/reveal.js": "^5.0.5",
"@vitejs/plugin-react-swc": "^4.0.0",
"decktape": "^3.14.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"sass-embedded": "^1.85.1",
"typescript": "~5.9.0",
"typescript-eslint": "^8.24.1",
"vite": "^7.0.0"
}
}