-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 784 Bytes
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
{
"name": "hunspell-mn",
"private": true,
"version": "1.68.0",
"type": "module",
"description": "Монгол үгийн алдаа шалгагч — hunspell-wasm + nspell, GitHub Pages",
"scripts": {
"test": "tsc --noEmit && node --test \"tests/*.test.ts\"",
"predev": "npm test",
"dev": "vite",
"prebuild": "npm test",
"build": "vite build",
"prepreview": "npm test",
"preview": "vite build && vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"fflate": "^0.8.3",
"hunspell-wasm": "file:vendor/hunspell-wasm",
"nspell": "^2.1.5",
"pdfjs-dist": "5.4.624"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0"
}
}