-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "lanyard-visualizer",
"description": "A beautiful Lanyard visualizer tool to display your Discord status online! Works with Spotify and all RPCs!",
"license": "MIT",
"version": "1.0.0",
"type": "module",
"author": {
"email": "[email protected]",
"name": "Abdulbaki Dursun",
"url": "https://eggsy.xyz"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"@vueuse/motion": "2.0.0-beta.17",
"vue": "^3.4.37",
"vue-router": "4.1.6"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.120",
"@types/node": "^18.19.44",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"defu": "^6.1.4",
"eslint": "^9.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
}
}