-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 878 Bytes
/
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
{
"name": "spieldose",
"version": "1.0.0",
"description": "web music player",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aportela/spieldose.git"
},
"author": "alex",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aportela/spieldose/issues"
},
"homepage": "https://github.com/aportela/spieldose#readme",
"devDependencies": {
"copy-webpack-plugin": "^8.1.1",
"html-webpack-plugin": "^5.5.0",
"replace-hash-in-file-webpack-plugin": "^1.0.8",
"webpack": "^5.36.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"dayjs": "^1.11.5",
"mitt": "^3.0.0",
"vue": "^3.2.39",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5"
}
}