-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 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
{
"name": "dfonline",
"version": "0.1.3",
"main": "./electron.js",
"devDependencies": {
"@types/diff": "^5.0.2",
"@types/flat": "^5.0.2",
"@types/node": "^16.11.11",
"@types/pako": "^1.0.2",
"@types/sanitize-html": "^2.6.2",
"buffer": "*",
"electron": "^21.2.0",
"sass": "*",
"ts-node": "*",
"typescript": "*",
"vite": "^4.3.3"
},
"dependencies": {
"diff": "^5.1.0",
"drag-drop-touch": "^1.3.1",
"flat": "^5.0.2",
"nbt-ts": "^1.3.4",
"pako": "^2.0.4",
"sanitize-html": "^2.7.1"
},
"scripts": {
"test": "tsc && vite serve",
"build": "tsc && vite build",
"serve": "tsc && vite build && vite preview"
}
}