forked from tierratelematics/ninjagoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 892 Bytes
/
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
{
"name": "ninjagoat",
"version": "4.4.0",
"dependencies": {
"bivio": "^0.3.2",
"inversify": "^4.3.0",
"inversify-inject-decorators": "^3.0.1",
"inversify-logging": "^0.2.0",
"lodash": "^4.17.5",
"react-router": "^3.0.0",
"reflect-metadata": "0.1.8",
"rx": "~4.1.0",
"uuid": "~2.0.2",
"history": "^3.2.0",
"whatwg-fetch": "~2.0.1"
},
"devDependencies": {
"@types/history": "^3.2.0",
"@types/lodash": "4.14.64",
"@types/node": "~6.0.52",
"@types/react": "16.0.36",
"@types/react-dom": "16.0.0",
"@types/react-router": "^3.0.8",
"@types/expect.js": "~0.3.29",
"@types/mocha": "~2.2.33",
"expect.js": "~0.3.1",
"typemoq": "~1.3.1"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"main": "dist",
"scripts": {
"test": "smild test"
},
"typings": "dist"
}