-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "laya3.0physicscannon",
"version": "1.0.0",
"description": "cannon physics plugin for layaair3.0",
"main": "gulpfile.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "gulp build",
"update-engine": "node scripts/updateEngine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/layabox/Laya3.0PhysicsCannon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/layabox/Laya3.0PhysicsCannon/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"chokidar": "^3.5.1",
"conventional-changelog-cli": "^2.2.2",
"copy-and-watch": "^0.1.6",
"copyfiles": "^2.4.1",
"cross-spawn": "^7.0.3",
"express": "^4.17.1",
"glob": "^10.3.10",
"globby": "11.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^2.0.0",
"husky": "^8.0.2",
"iconv-lite": "^0.5.0",
"matched": "^4.0.0",
"merge2": "^1.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^2.74.0",
"rollup-plugin-glsl": "^1.3.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"socket.io": "^4.1.3",
"typedoc": "^0.15.0",
"typescript": "^4.6.4"
},
"homepage": "https://github.com/layabox/Laya3.0PhysicsCannon#readme"
}