-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.1 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
{
"name": "orpheus",
"version": "0.0.2",
"main": "main.js",
"scripts": {
"dev": "concurrently -k \"npx tauri dev\" \"npm run devtools\"",
"build": "tauri build -c ./src-tauri/tauri.conf.dev.json",
"build:sign": "tauri build",
"build:debug": "tauri build -d -c ./src-tauri/tauri.conf.dev.json",
"vite:dev": "vite dev",
"vite:build": "vite build",
"devtools": "vue-devtools",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueform/slider": "^2.1.7",
"axios": "^1.4.0",
"axios-cache-interceptor": "^0.10.7",
"axios-tauri-adapter": "^0.2.0",
"daisyui": "^3.3.1",
"dotenv": "^16.3.1",
"howler": "^2.2.3",
"pinia": "^2.1.4",
"tailwind-scrollbar": "^2.1.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev",
"v-lazy-image": "^2.1.1",
"v3-infinite-loading": "^1.3.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-slider-component": "4.1.0-beta.7",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@tailwindcss/line-clamp": "^0.4.4",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/devtools": "^6.5.0",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.15.1",
"jest": "^29.6.1",
"jest-puppeteer": "^6.2.0",
"postcss": "^8.4.27",
"puppeteer": "^18.2.1",
"sass": "^1.64.1",
"start-server-and-test": "^1.15.4",
"tailwindcss": "^3.3.3",
"vite": "^4.4.6",
"vite-plugin-vue-layouts": "^0.8.0",
"vue-eslint-parser": "^9.3.1"
}
}