-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "lassus-tricinium-project",
"version": "1.0.0-rc.20",
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update": "git submodule foreach git pull && node scripts/update.mjs",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@ckpack/vue-color": "^1.3.0",
"@nuxtjs/i18n-edge": "^8.0.0-beta.10-28001819.7a0a570",
"@pinia/nuxt": "^0.4.6",
"@tailwindcss/container-queries": "^0.1.0",
"@vueuse/components": "^10.0.0",
"@vueuse/core": "^10.0.0",
"@vueuse/gesture": "^2.0.0-beta.1",
"chart.js": "^4.0.1",
"diff": "^5.0.0",
"diff2html": "^3.4.16",
"floating-vue": "^2.0.0-beta.22",
"midi-player-js": "^2.0.16",
"monaco-editor": "^0.39.0",
"pdfkit": "^0.13.0",
"pinia": "^2.0.27",
"soundfont-player": "^0.12.0",
"svg-to-pdfkit": "^0.1.8",
"swiper": "^10.0.0",
"uuid": "^9.0.0",
"verovio": "^3.13.1",
"vue-verovio-canvas": "^1.0.0"
},
"devDependencies": {
"@nuxt/content": "^2.4.2",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/plausible": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.3.0",
"@rushstack/eslint-patch": "^1.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.5.1",
"js-yaml": "^4.1.0",
"nuxt": "^3.6.1",
"nuxt-icon": "^0.4.0"
}
}