-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
{
"name": "manti-core",
"version": "0.0.1",
"description": "Game engine based on PIXI.js renderer.",
"private": true,
"scripts": {
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuriilychak/MantiCore.git"
},
"keywords": [
"game",
"js",
"ui"
],
"jest": {
"moduleDirectories": [
"node_modules",
"src"
]
},
"author": "Yurii Lychak",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuriilychak/MantiCore/issues"
},
"homepage": "https://github.com/yuriilychak/MantiCore#readme",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime": "^7.1.2",
"@otris/jsdoc-tsd": "^1.0.4",
"@types/jest": "^23.3.10",
"@types/pixi.js": "^4.8.2",
"babel-loader": "^8.0.4",
"jsdoc": "^3.5.5",
"jsdoc-webpack-plugin-v2": "^2.0.2",
"npm": "^6.4.1",
"pixi-spine": "^1.5.19",
"pixi.js": "^4.8.2",
"revolt-fx": "^1.0.1",
"terser": "^3.11.0",
"tsd-jsdoc": "^2.0.0-beta.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"jest": "^23.6.0"
}
}