forked from blueskydigital/bstrap-react-mobx-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "bstrap-react-mobx-admin",
"version": "2.5.2",
"description": "bootstrap components for react-mobx-admin",
"main": "dist/bstrap-react-mobx-admin.min.js",
"unpkg": "dist/bstrap-react-mobx-admin.min.js",
"keywords": [
"admin",
"mobx",
"rest",
"bootstrap"
],
"files": [
"dist"
],
"author": "vencax <[email protected]>",
"contributors": [
{
"name": "Adam Jun",
"email": "[email protected]"
}
],
"repository": "https://github.com/vencax/bstrap-react-mobx-admin",
"license": "ISC",
"peerDependencies": {
"mobx-react": "^3.5.9",
"react": "^15.6.2",
"react-bootstrap": "^0.30.10",
"react-bootstrap-date-picker": "github:maxaggedon/react-bootstrap-date-picker",
"react-mobx-admin": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"jsdom": "^9.8.3",
"react-addons-test-utils": "^15.3.0",
"webpack": "^3.3.0"
},
"scripts": {
"build": "./node_modules/.bin/webpack --env.prod -p --display-modules",
"build:dev": "./node_modules/.bin/webpack --env.dev --display-modules",
"test": "echo no test :/"
},
"dependencies": {
"react-bootstrap-typeahead": "^2.3.0"
}
}