-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
65 lines (65 loc) · 1.84 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
{
"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.3",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.1",
"eslint": "8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.27.0",
"happy-dom": "^14.12.3",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-singlefile": "^2.0.2",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.29"
},
"author": "Candid Dauth",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"base64-arraybuffer": "^1.0.2",
"beatbox.js": "^4.0.1",
"beatbox.js-export": "^4.0.1",
"bootstrap": "^5.3.3",
"file-saver": "^2.0.5",
"json-format": "^1.0.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pako": "^2.1.0",
"path-to-regexp": "^7.1.0",
"vue": "^3.4.34",
"vue3-touch-events": "^4.1.8",
"zod": "^3.23.8"
},
"packageManager": "[email protected]"
}