-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "kobold-fight-club",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"tauri-dev": "tauri dev",
"tauri": "tauri"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.2",
"@vueform/multiselect": "^2.3.4",
"@vueform/slider": "^2.0.10",
"@vueuse/core": "^8.5.0",
"choices.js": "^10.1.0",
"flowbite": "^1.4.7",
"hotkeys-js": "^3.9.4",
"marked": "^4.0.17",
"nouislider": "^15.5.1",
"papaparse": "^5.3.2",
"pinia": "^2.0.14",
"postcss-import": "^14.1.0",
"tippy.js": "^6.3.7",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vue3-click-away": "^1.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "10.4.5",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.24",
"vite": "^2.9.5"
}
}