This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
74 lines (74 loc) · 2.05 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
66
67
68
69
70
71
72
73
74
{
"name": "bangdream_dataviewer",
"version": "0.10.0",
"description": "Game data viewer for BangDream! Girls' Band Party!",
"author": "DNARoma <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/BandoriDatabase/bangdream-data-viewer.git"
},
"productName": "Bandori Top",
"cordovaId": "app.bandori.top",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.8.2",
"bandori-pixi-live2d": "^1.2.3",
"core-js": "^3.0.0",
"dat.gui": "^0.7.6",
"dexie": "^3.0.1",
"phaser": "^3.16.2",
"pixi.js": "^4.7.1",
"plyr": "^3.6.2",
"quasar": "^1.12.8",
"semver": "^5.5.0",
"v-viewer": "^1.0.1",
"vue-analytics": "^5.9.1",
"vue-aplayer": "^1.4.0",
"vue-i18n": "^7.6.0",
"vue-lazyload": "^1.2.2",
"vue-offline": "^2.0.8",
"vue-plyr": "^6.0.4",
"vue-resource": "^1.5.0",
"vue2-waterfall": "^2.0.1",
"vuex": "^3.0.1",
"wanakana": "^3.1.0",
"webp-hero": "0.0.0-dev.24"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"@quasar/app": "^2.0.3",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-imports": "^1.5.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.0.0",
"strip-ansi": "^3.0.1",
"workbox-webpack-plugin": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
]
}