-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ror-player",
"version": "1.0.0",
"description": "A pattern-based drumming machine based on TypeScript, beatbox.js, Vue.js and Bootstrap.",
"license": "AGPL-3",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/beatboxjs/ror-player.git"
},
"scripts": {
"build": "vite build",
"clean": "rimraf dist",
"dev-server": "vite",
"check-types": "vue-tsc --noEmit",
"lint": "eslint 'src/**/*.{ts,vue}'",
"test": "vitest run",
"test-watch": "vitest"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/pako": "^2.0.4",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^6.0.3",
"eslint": "9.39.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.7.0",
"fast-glob": "^3.3.3",
"globals": "^17.0.0",
"happy-dom": "^20.3.1",
"rimraf": "^6.1.2",
"sass": "^1.97.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"vite": "^7.3.1",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-singlefile": "^2.3.0",
"vitest": "^4.0.17",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.2.2"
},
"author": "Candid Dauth",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"@popperjs/core": "^2.11.8",
"base64-arraybuffer": "^1.0.2",
"beatbox.js": "^5.0.1",
"beatbox.js-export": "^5.0.0",
"bootstrap": "^5.3.8",
"file-saver": "^2.0.5",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0",
"json-format": "^1.0.1",
"lodash-es": "^4.17.22",
"mitt": "^3.0.1",
"pako": "^2.1.0",
"path-to-regexp": "^8.3.0",
"vue": "^3.5.26",
"vue3-touch-events": "^5.0.15",
"zod": "^3.25.76"
},
"packageManager": "yarn@4.12.0"
}