forked from guansss/live2d-viewer-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "live2d-viewer-web",
"version": "1.0.0",
"author": "guansss <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "node scripts/postbuild.js && gh-pages -d dist"
},
"main": "index.js",
"dependencies": {
"@pixi/filter-ascii": "^4.2.0",
"@pixi/filter-crt": "^4.2.0",
"@pixi/filter-outline": "^4.2.0",
"@pixi/filter-pixelate": "^4.2.0",
"@types/lodash-es": "^4.17.6",
"@vue/cli": "^5.0.8",
"gh-pages": "^3.1.0",
"https-proxy-agent": "^5.0.0",
"json5": "^2.1.3",
"jszip": "^3.5.0",
"lodash-es": "^4.17.21",
"node-fetch": "^2.6.1",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "^6.5.2",
"stats.js": "^0.17.0",
"vue": "^2.7.10",
"vuetify": "^2.2.11"
},
"devDependencies": {
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript": "~4.8.2",
"vue-cli-plugin-vuetify": "^2.5.5",
"vue-template-compiler": "^2.7.10",
"vuetify-loader": "^1.9.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT",
"repository": "[email protected]:guansss/live2d-viewer-web.git"
}