-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 881 Bytes
/
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
{
"name": "anime-discovery",
"version": "0.0.1",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"execa": "5.1.1",
"fast-average-color": "^9.4.0",
"material-progress-bar": "^0.0.6",
"vue": "^3.3.7",
"vue-lite-youtube-embed": "^1.2.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.6",
"vue-tsc": "^1.8.22"
},
"packageManager": "[email protected]"
}