-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1005 Bytes
/
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
{
"name": "mcl-editor",
"private": true,
"version": "2.3",
"description": "MyCandyLove Editor, an offline fanfic creation tool for MyCandyLove.",
"author": "SandroHc",
"license": "MIT",
"homepage": "https://mcl.sandro.dev",
"bugs": {
"url": "https://github.com/SandroHc/MCL-Editor/issues"
},
"repository": {
"type": "git",
"url": "git+https://SandroHc@github.com/SandroHc/MCL-Editor.git"
},
"keywords": [
"html",
"js",
"mcl",
"mycandylove"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node sitemap.js",
"preview": "vite preview",
"tsc": "tsc",
"gen:sitemap": "node sitemap.js"
},
"dependencies": {
"@mdi/js": "~7.2",
"crypto-js": "~4.1",
"interactjs": "~1.10",
"materialize-css": "~1.0",
"vegito": "~1.1"
},
"devDependencies": {
"@types/node": "~20.6",
"sass": "~1.68",
"typescript": "~4.9",
"vite": "~4.4",
"vite-plugin-compression": "~0.5",
"vite-plugin-html": "~3.2",
"vite-plugin-singlefile": "~0.13"
}
}