-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.04 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
{
"name": "blib",
"version": "1.9.1",
"description": "browser specific extensions to the xlib library",
"main": "./dist/_index.js",
"types": "./dist/_index.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Novaleaf/blib"
},
"keywords": [
"xlib",
"typescript"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Novaleaf/blib/issues"
},
"homepage": "https://github.com/Novaleaf/blib#readme",
"dependencies": {
"@types/fixed-data-table": "0.6.31",
"@types/google.analytics": "0.0.30",
"@types/googlemaps": "3.26.4",
"@types/jquery": "2.0.41",
"@types/js-cookie": "2.0.28",
"@types/react": "15.0.0",
"@types/react-bootstrap": "0.0.47",
"@types/react-dom": "0.14.23",
"@types/react-json-tree": "0.6.3",
"@types/react-jsonschema-form": "0.43.0",
"@types/react-redux": "4.4.38",
"@types/history": "2.0.48",
"@types/react-router": "2.0.49",
"@types/react-router-redux": "4.0.43",
"@types/redux": "3.6.0",
"@types/redux-logger": "2.6.34",
"bootstrap": "^4.0.0-alpha.6",
"fixed-data-table-2": "^0.7.11",
"jquery": "^3.1.1",
"js-cookie": "^2.1.3",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-typeahead": "^1.0.0-beta4",
"react-dom": "^15.4.1",
"react-google-recaptcha": "^0.5.4",
"react-json-tree": "^0.10.0",
"react-jsonschema-form": "^0.41.2",
"react-loader": "^2.4.0",
"react-loader-advanced": "^1.4.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-spinner": "^0.2.6",
"react-stripe-checkout": "^2.2.5",
"reactstrap": "^4.0.1",
"redux": "^3.6.0",
"redux-little-router": "^11.0.0",
"redux-logger": "^2.7.4",
"redux-promise": "^0.5.3",
"redux-promise-middleware": "^4.2.0",
"redux-undo": "^0.6.1",
"xlib": "^8.1.0"
}
}