-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "EggTap",
"version": "0.0.1",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
"dev": "rollup -c -w",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EggTronic/EggTap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EggTronic/EggTap/issues"
},
"homepage": "https://github.com/EggTronic/EggTap#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^5.0.2",
"@rollup/plugin-url": "^5.0.1",
"@types/pixi.js": "^5.0.0",
"gh-pages": "^3.1.0",
"rollup": "^2.26.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.0.4",
"rollup-watch": "^4.3.1",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"dependencies": {
"@pixi/graphics-extras": "^5.3.3",
"gsap": "^3.5.1",
"pixi-layers": "^0.3.1",
"pixi-sound": "^3.0.5",
"pixi.js": "^5.3.3"
}
}