-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
48 lines (48 loc) · 1.25 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
45
46
47
48
{
"name": "animate-extension",
"private": true,
"version": "2.0.4",
"repository": {
"url": "https://github.com/pixijs/animate-extension",
"type": "git"
},
"scripts": {
"build": "gulp --plugin",
"buildAndInstall": "gulp --plugin --install"
},
"license": "UNLICENSED",
"dependencies": {
"atlaspack": "^1.0.0",
"electron-json-storage": "^2.0.0",
"js-beautify": "^1.6.2",
"minimist": "^1.2.6",
"mkdirp": "^0.5.1",
"pixi-animate-1": "npm:pixi-animate@^1.3.5",
"pixi.js-4": "npm:pixi.js@^4.8.9",
"pixi-animate-2": "npm:@pixi/animate@^2.0.3",
"pixi.js-6": "npm:pixi.js@^6.0.4",
"semver": "^7.5.2",
"terser": "^5.14.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"browserify": "^13.1.0",
"colors": "^1.1.2",
"del": "^2.2.2",
"eslint": "^8.26.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.31.10",
"fancy-log": "^1.3.0",
"gulp": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-install": "^1.1.0",
"gulp-msbuild": "^0.8.0",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-terser": "^2.0.1",
"load-gulp-tasks": "^0.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
}
}