-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
{
"name": "bstrap-react-mobx-admin",
"version": "1.5.0",
"description": "bootstrap components for react-mobx-admin",
"main": "index.js",
"keywords": [
"admin",
"mobx",
"rest",
"bootstrap"
],
"author": "vencax <[email protected]>",
"contributors": [
{
"name": "Adam Jun",
"email": "[email protected]"
}
],
"repository": "https://github.com/blueskydigital/bstrap-react-mobx-admin",
"license": "ISC",
"dependencies": {
"react-addons-test-utils": "^15.3.0",
"react-bootstrap-date-picker": "github:maxaggedon/react-bootstrap-date-picker",
"react-bootstrap-typeahead": "^2.3.0",
"react-datepicker": "0.62.0",
"react-mobx-admin": "git+https://github.com/blueskydigital/react-mobx-admin.git",
"react-sortable-hoc": "^0.6.8"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.7.0",
"@babel/preset-react": "^7.7.0",
"@babel/register": "^7.7.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"jsdom": "^9.8.3",
"json-server": "^0.15.0",
"mobx-react-devtools": "^4.2.15",
"tape": "^4.6.2",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0",
"react-sortable-hoc": "^0.6.8"
},
"peerDependencies": {
"axios": "^0.21",
"mobx": "^5",
"mobx-react": "^5",
"mobx-router": "git+https://github.com/vencax/mobx-router.git",
"react": "^16",
"react-bootstrap": "^0.33"
},
"scripts": {
"test": "make test"
}
}