-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "ym-jukebox",
"version": "2.0.0",
"author": "nguillaumin <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/ scripts/",
"scan-songs": "node scripts/scan-songs.js data",
"fetch-botb-songs": "node scripts/fetch-botb-songs.js data/battle-of-the-bits"
},
"dependencies": {
"vue": "^3.4.29"
},
"devDependencies": {
"@fontsource/exo-2": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@rushstack/eslint-patch": "^1.10.0",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"axios": "^1.7.7",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"moment": "^2.30.1",
"prettier": "^3.3.0",
"vite": "^5.4.5",
"vite-plugin-vue-devtools": "^7.4.5",
"walk": "^2.3.14"
}
}