forked from Megabyteceer/thing-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.72 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.72 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "thing-editor",
"version": "0.1.0",
"description": "train",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create_env": "node scripts/postinstall.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Megabyteceer/thing-editor.git"
},
"keywords": [
"js",
"game",
"editor",
"visual",
"engine",
"html5",
"PIXI"
],
"author": "Megabyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/Megabyteceer/thing-editor/issues"
},
"homepage": "https://github.com/Megabyteceer/thing-editor#readme",
"dependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@pixi-spine/all-3.8": "^3.0.13",
"@pixi-spine/all-4.0": "^3.0.13",
"ansi-to-html": "^0.6.14",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.9.0",
"eslint": "^7.20.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"howler": "^2.2.3",
"ifdef-loader": "^2.1.5",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-pngquant": "^9.0.2",
"md5-file": "^5.0.0",
"node-fetch": "^2.6.1",
"open": "^7.4.2",
"pixi-filters": "^4.1.5",
"pixi-spine": "^3.0.13",
"pixi.js-legacy": "^6.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reset-css": "^5.0.1",
"sudo-prompt": "^9.2.1",
"webfontloader": "^1.6.28",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"whatwg-fetch": "^3.6.1",
"ws": "^7.4.6"
},
"eslintIgnore": [
"**/node_nodules/**"
]
}