-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 949 Bytes
/
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
{
"name": "cyber2d",
"version": "1.0.0",
"description": "",
"main": "./src/main.ts",
"scripts": {
"start": "parcel serve ./index.html",
"build": "parcel build ./index.html",
"test": "echo test OK"
},
"keywords": [],
"author": "The Cybros",
"license": "ISC",
"dependencies": {
"@capacitor/core": "^3.4.3",
"@capacitor/storage": "^1.2.5",
"@types/jsdoc-to-markdown": "^7.0.3",
"audiosprite": "^0.7.2",
"axios": "^0.26.0",
"ffmpeg": "0.0.4",
"howler": "^2.2.3",
"http-server": "^14.1.0",
"js-loader": "^0.0.2",
"jsdoc-to-markdown": "^7.1.1",
"parcel-bundler": "^1.3.1",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.67",
"phaser3-weapon-plugin": "^2.2.0",
"src": "^1.0.0",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1",
"typedoc-plugin-markdown": "^3.13.4"
},
"devDependencies": {
"@types/howler": "^2.2.7",
"typescript": "^4.6.2"
}
}