-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 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
{
"name": "multiply",
"version": "0.1.0",
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"start": "node --experimental-specifier-resolution=node build",
"build": "node --experimental-specifier-resolution=node build --minify"
},
"devDependencies": {
"@types/fontfaceobserver": "^0.0.6",
"chokidar": "^3.5.1",
"cuid": "^2.1.8",
"esbuild": "^0.11.10",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"he": "^1.2.0",
"n-readlines": "^1.0.1",
"ws": "^7.4.4"
},
"dependencies": {
"@types/animejs": "^3.1.3",
"animejs": "^3.2.1",
"clicked": "^4.0.3",
"fontfaceobserver": "^2.1.0",
"localforage": "^1.9.0",
"pixi.js": "^6.0.4",
"yy-angle": "^1.3.1",
"yy-fps": "^2.0.0",
"yy-random": "^1.10.2"
}
}