forked from BandoriDatabase/bangdream-data-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.95 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "bangdream_dataviewer",
"version": "0.4.8",
"description": "Game data viewer for BangDream! Girls' Band Party!",
"author": "DNARoma <tangpei506@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tangpei506/bangdream-data-viewer.git"
},
"scripts": {
"clean": "node build/script.clean.js",
"dev": "node build/script.dev.js",
"build": "node build/script.build.js",
"lint": "eslint --ext .js,.vue src",
"coverage": "cat ./coverage/report-lcovonly.txt | coveralls"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.0.0",
"bandori-pixi-live2d": "^1.2.3",
"fastclick": "^1.0.6",
"material-design-icons": "^3.0.1",
"moment": "^2.20.1",
"photoswipe": "^4.1.2",
"pixi.js": "^4.6.2",
"quasar-extras": "^1.0.1",
"quasar-framework": "^0.14.7",
"roboto-fontface": "^0.8.0",
"semver": "^5.4.1",
"vue": "^2.5.13",
"vue-analytics": "^5.7.1",
"vue-aplayer": "^0.1.1",
"vue-disqus": "^2.0.4",
"vue-i18n": "^7.3.3",
"vue-lazyload": "^1.1.4",
"vue-material-design-icons": "^0.7.1",
"vue-preview": "^1.0.5",
"vue-resource": "^1.3.5",
"vue-router": "^2.8.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"wanakana": "^2.3.4"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.2.1",
"autoprefixer": "^6.4.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"colors": "^1.1.2",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^0.28.7",
"es6-promise": "^4.2.2",
"eslint": "^4.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.0",
"json-loader": "^0.5.7",
"opn": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^1.0.0",
"progress-bar-webpack-plugin": "^1.10.0",
"purify-css": "^1.2.6",
"shelljs": "^0.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"url-loader": "^0.5.7",
"vue-loader": "^13.6.1",
"vue-style-loader": "^3.0.3",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1",
"workbox-sw": "^2.1.2",
"workbox-webpack-plugin": "^2.1.2"
}
}