-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.41 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
49
50
51
52
53
{
"name": "ua-engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "typedoc --options typedoc.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"axios": "^0.19.2",
"howler": "^2.2.1",
"lodash": "^4.17.20",
"p2": "^0.7.1",
"pixi-spine": "^2.1.7",
"pixi.js-legacy": "^5.3.3",
"rise-h5-sdk": "^1.0.8"
},
"devDependencies": {
"@babel/compat-data": "^7.12.7",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/axios": "^0.14.0",
"@types/howler": "^2.2.1",
"@types/lodash": "^4.14.168",
"@types/node": "^13.13.40",
"@types/p2": "^0.7.36",
"@types/tween.js": "^18.6.1",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"dts-bundle": "0.7.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"readable-stream": "^3.6.0",
"shelljs": "^0.8.4",
"strip-comments": "^2.0.1",
"tsify": "^4.0.2",
"typedoc": "^0.19.2",
"typescript": "^3.9.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}