-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 KB
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
{
"name": "beat-timer",
"version": "2.3.10",
"author": {
"name": "Samuel Braun",
"url": "https://www.webry.com/about/"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"lint": "oxlint",
"preview": "vite preview",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"format": "prettier --write src/",
"format-check": "prettier --check src/",
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/core-mt": "^0.12.9",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@vercel/analytics": "^1.4.1",
"@vueuse/core": "^12.5.0",
"@zip.js/zip.js": "^2.7.57",
"lucide-vue-next": "^0.474.0",
"vue": "^3.5.13",
"web-audio-beat-detector": "^8.2.20"
},
"devDependencies": {
"@ffmpeg/types": "^0.12.4",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.16",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"npm-run-all2": "^7.0.2",
"oxlint": "^0.15.8",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
}