This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.64 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "il2mg",
"version": "0.0.0",
"private": true,
"main": "./src/run.js",
"license": "MIT",
"author": "Simas Toleikis <simast@gmail.com>",
"scripts": {
"start": "electron .",
"build": "grunt",
"build:release": "grunt release",
"lint": "grunt eslint"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"engines": {
"yarn": ">=1.10.1"
},
"dependencies": {
"binary-search": "1.3.4",
"circle-enclose": "1.0.0",
"classnames": "2.2.6",
"commander": "2.19.0",
"electron": "3.0.4",
"glob": "7.1.3",
"lazy-property": "1.0.0",
"lex": "1.7.9",
"mobx": "5.5.0",
"mobx-react": "5.2.8",
"moment": "2.22.2",
"mustache": "3.0.0",
"numeral": "2.0.6",
"quadtree-lib": "1.0.9",
"random-js": "1.0.8",
"rbush": "2.0.2",
"rbush-knn": "2.1.0",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-router-dom": "4.3.1",
"react-transition-group": "2.5.0",
"speakingurl": "14.0.1",
"suncalc": "1.8.0",
"sylvester": "0.0.21",
"winston": "2.4.4"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-transform-modules-commonjs": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"clean-css": "4.2.1",
"electron-debug": "2.0.0",
"electron-packager": "12.2.0",
"eslint": "5.6.1",
"eslint-plugin-react": "7.11.1",
"grunt": "1.0.3",
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "21.0.0",
"husky": "1.1.2",
"js-yaml": "3.12.0",
"sloc": "0.2.0",
"terser-webpack-plugin": "1.1.0",
"webpack": "4.20.2"
}
}