-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "isoisoiso",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --config webpack.config.production.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briwa/isoisoiso.git"
},
"author": "briwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/briwa/isoisoiso/issues"
},
"homepage": "https://github.com/briwa/isoisoiso#readme",
"devDependencies": {
"@types/jest": "22.2.3",
"babel-plugin-dynamic-import-node": "1.2.0",
"css-loader": "0.28.9",
"eslint": "4.13.0",
"eslint-config-airbnb-base": "11.3.2",
"eslint-plugin-import": "2.8.0",
"expose-loader": "0.7.4",
"extract-text-webpack-plugin": "3.0.2",
"fork-ts-checker-webpack-plugin": "0.4.1",
"imports-loader": "0.7.1",
"jest": "22.4.3",
"node-sass": "4.7.2",
"sass-loader": "6.0.6",
"style-loader": "0.19.1",
"ts-jest": "22.4.3",
"ts-loader": "3.5.0",
"tslint": "5.9.1",
"typescript": "2.8.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1"
},
"dependencies": {
"pathfinding": "0.4.18",
"phaser-ce": "2.10.0",
"phaser-plugin-isometric": "0.9.2",
"webfontloader": "1.6.28"
}
}