-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 802 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 802 Bytes
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
{
"name": "playable-template-three",
"version": "1.0.0",
"description": "A starter template for creating playable ads using Three.js and @smoud/playable-sdk with TypeScript support",
"scripts": {
"dev": "playable-scripts dev",
"build": "playable-scripts build"
},
"keywords": [
"playable",
"ads",
"template",
"three",
"threejs",
"webgl",
"3d",
"typescript",
"game"
],
"author": "Smoud",
"dependencies": {
"@esotericsoftware/spine-pixi-v8": "^4.2.96",
"@smoud/playable-sdk": "^1.0.23",
"gsap": "^3.13.0",
"howler": "^2.2.4",
"pixi.js": "^8.14.0"
},
"devDependencies": {
"@smoud/playable-scripts": "^1.1.0",
"@types/howler": "^2.2.12",
"prettier": "^2.7.1"
},
"engines": {
"node": ">=16.0.0"
}
}