-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "automator",
"private": true,
"version": "1.1.0",
"type": "module",
"license": "AGPL-3.0-only",
"description": "Automator, an easy-to-use character creation tool",
"author": "dax0102",
"contributors": [
"thanasislanaras"
],
"scripts": {
"vite:dev": "vite",
"vite:build": "vue-tsc --noEmit && vite build",
"vite:preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "yarn tauri build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fuhrerredux/automator"
},
"bugs": {
"url": "https://github.com/Fuhrerredux/automator/issues"
},
"types": "global.d.ts",
"homepage": "https://github.com/Fuhrerredux/automator#readme",
"dependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "1.7.22",
"@heroicons/vue": "2.1.3",
"@tanstack/vue-table": "^8.15.0",
"@tauri-apps/api": "1.5.3",
"@vee-validate/yup": "^4.12.5",
"add": "^2.0.6",
"eslint": "^9.0.0",
"i": "^0.3.7",
"jomini": "^0.9.1",
"nanoid": "5.0.7",
"npm": "10.8.2",
"pinia": "2.1.7",
"tailwind-merge": "^2.2.1",
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql",
"vee-validate": "^4.12.5",
"vue": "3.4.35",
"vue-i18n": "9.13.1",
"vue-router": "4.4.2",
"vue-tippy": "^6.4.1",
"vue-toast-notification": "3.1.2",
"vue3-dropzone": "2.2.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-plugin-router": "~5.0.8",
"autoprefixer": "^10.4.17",
"eslint-plugin-vue": "^9.21.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tailwindcss-theme-variants": "^2.0.0-beta.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^2.0.11"
}
}