-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": "Blake VanLandingham",
"name": "kingdom-creator",
"license": "MIT",
"version": "6.4.4",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/blakevanlan/KingdomCreator"
},
"scripts": {
"Gen": "vite -- Gen (to generate locale from XLSX to CSV, then build translation and vite)",
"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.12.5",
"js-cookie": "^3.0.5",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@inquirer/checkbox": "^4.0.5",
"@inquirer/select": "^4.0.5",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@kineticcafe/rollup-plugin-delete": "^3.0.1",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.5",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"axios": "^1.7.9",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"sharp": "^0.33.5",
"stylus": "^0.64.0",
"terser": "^5.37.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-vue-devtools": "^7.7.0",
"vue-tsc": "^2.2.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
}
}