-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.96 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
73
{
"name": "ims-shared-client",
"version": "6.4.0",
"description": "",
"babel": {
"presets": [
"es2015",
"stage-0",
"react"
]
},
"main": "index.js",
"scripts": {
"build": "babel src --out-dir dist && copyfiles -u 2 src/styles/* dist/styles",
"build:clean": "rimraf ./dist/*",
"prebuild": "npm run build:clean",
"prepublish": "npm run build"
},
"author": "Gateway Apps, LLC",
"contributors": [
"Daniel Gary <[email protected]> (http://www.gatewayapps.com)",
"Justin Neff <[email protected]> (http://www.gatewayapps.com)"
],
"license": "ISC",
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reactstrap": "^5.0.0-alpha.4 || ^5.0.0"
},
"dependencies": {
"animate.css": "^3.5.2",
"bluebird": "^3.4.6",
"classnames": "^2.2.5",
"event-source-polyfill": "0.0.9",
"file-saver": "^1.3.3",
"gateway-react-tree": "^2.0.0",
"immutable": "^3.8.1",
"ims-shared-core": "^11.3.0",
"isomorphic-fetch": "^2.2.1",
"localforage": "^1.4.3",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"react-autosuggest": "^9.3.2",
"react-markdown": "^3.1.4",
"react-notification-system-redux": "^1.2.0",
"react-popper": "^0.7.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-transition-group": "^1.1.2",
"redbox-react": "^1.2.10",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"redux-saga": "^0.13.0",
"reselect": "^2.5.4",
"showdown": "^1.6.4"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"copyfiles": "^1.0.0",
"prettier": "^1.18.2",
"prop-types": "^15.6.0",
"react": "^16.9.0",
"react-dom": "^16.2.0",
"reactstrap": "^5.0.0-alpha.4",
"rimraf": "^2.5.4"
}
}