-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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
47
48
49
{
"private": true,
"type": "module",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"typecheck": "tsc",
"build": "cross-env BASE_PATH=\"https://zareith.github.io/chillmd/\" vite build",
"deploy": "tsx ./src/scripts/deploy-site.ts",
"preview": "vite preview"
},
"dependencies": {
"@ahmedayob/duck-shortcut": "^0.0.2",
"@mdxeditor/editor": "^3.20.0",
"@preact/signals": "^1.3.0",
"@rwh/keystrokes": "^1.5.6",
"@stylexjs/stylex": "^0.8.0",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/react-editor": "^3.2.3",
"@types/wicg-file-system-access": "^2023.10.5",
"browser-fs-access": "^0.35.0",
"hotkeys-js": "^3.13.9",
"immer": "^10.1.1",
"js-file-download": "^0.4.12",
"mousetrap": "^1.6.5",
"preact": "^10.22.1",
"react-toastify": "^10.0.6",
"rooks": "^7.14.1",
"rsuite": "^5.73.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@types/filesystem": "^0.0.36",
"@types/mousetrap": "^1.6.15",
"@types/node": "^22.8.5",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-preact": "^1.5.0",
"gh-pages": "^6.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.3.3",
"vite-plugin-commonjs": "^0.10.3",
"vite-plugin-stylex-dev": "^0.8.0"
},
"eslintConfig": {
"extends": "preact"
}
}