-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 890 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
{
"name": "office-flipdot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"start-docker": "xvfb-run node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@extractus/feed-extractor": "^7.1.3",
"@pixi/filter-dot": "^5.1.1",
"@pixi/filter-glow": "^5.2.1",
"@pixi/node": "^7.3.0",
"@pixi/particle-emitter": "^5.0.8",
"@spotify/web-api-ts-sdk": "^1.2.0",
"dotenv": "^16.4.5",
"flipdisc-server": "github:kelly/flipdisc-server",
"glslify": "^7.1.1",
"gsap": "^3.12.5",
"node-canvas-webgl": "^0.3.0",
"pino-pretty": "^11.1.0",
"pixelmanipulator": "^5.5.6",
"pixi-flex-layout": "github:kelly/node-pixi-flex-layout",
"suncalc": "^1.9.0",
"three": "^0.165.0"
}
}