-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 934 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 934 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
30
31
32
33
34
35
36
37
{
"name": "virtual-checker",
"private": true,
"version": "5.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faisalnjs/virtual-checker.git"
},
"bugs": {
"url": "https://github.com/faisalnjs/virtual-checker/issues"
},
"homepage": "https://github.com/faisalnjs/virtual-checker#readme",
"devDependencies": {
"eslint": "^8.51.0",
"prettier": "^3.2.5",
"vite": "^6.4.1",
"vite-plugin-webfont-dl": "^3.10.4"
},
"dependencies": {
"bootstrap-icons": "^1.13.1",
"canvas-confetti": "^1.9.3",
"faz-quill-emoji": "^0.1.3",
"katex": "^0.16.22",
"mathlive": "^0.104.0",
"medium-zoom": "^1.1.0",
"quill": "^2.0.3",
"swapy": "^1.0.5",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-static-copy": "^3.1.2"
}
}