-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "vimu",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.4.0",
"ace-builds": "^1.23.4",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"nuxt-property-decorator": "^2.9.1",
"opensheetmusicdisplay": "^1.7.4",
"osmd-audio-player": "^0.7.0",
"pocketbase": "^0.15.3",
"prism-themes": "^1.9.0",
"regenerator-runtime": "^0.13.9",
"rete": "^1.5.0-rc1",
"rete-area-plugin": "^0.2.1",
"rete-auto-arrange-plugin": "^0.5.0-rc.1",
"rete-connection-plugin": "^0.9.0",
"rete-minimap-plugin": "^0.3.1",
"rete-vue-render-plugin": "^0.5.1",
"typescript": "^4.9.4",
"typewriter-effect": "^2.19.0",
"vue": "^2.6.14",
"vue-infinite-scroll": "^2.0.2",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"vuex-module-decorators": "^1.2.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/image": "^0.7.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@types/prismjs": "^1.26.0"
}
}