-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.85 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.85 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": "Blake VanLandingham",
"name": "kingdom-creator",
"license": "MIT",
"version": "7.0.6",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/blakevanlan/KingdomCreator"
},
"scripts": {
"GenComment": "Gen should be use to generate localy from XLSX to CSV, then use 'run dev'",
"DevComment": "dev should be use to generate localy from XLSX to CSV, then build translation and vite",
"Gen": "vite -- Gen",
"dev": "vite",
"cbuild": "run-p type-check \"build {@}\" --",
"preview": "vite preview",
"build": "vite build",
"type-check": "vue-tsc --noEmit",
"get-tsconfig": "tsc --showConfig"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"gsap": "^3.14.2",
"js-cookie": "^3.0.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"@f3ve/vue-markdown-it": "^0.2.3"
},
"devDependencies": {
"csv-parse": "^6.1.0",
"@inquirer/checkbox": "^5.0.7",
"@inquirer/select": "^5.0.7",
"@intlify/unplugin-vue-i18n": "^11.0.7",
"rollup-plugin-delete": "^3.0.2",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.3.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.8.1",
"axios": "^1.13.5",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"js-yaml": "^4.1.1",
"npm-run-all": "^4.1.5",
"sharp": "^0.34.5",
"stylus": "^0.64.0",
"terser": "^5.46.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.2.0",
"vue-tsc": "^3.2.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
}
}