forked from r3m0chop/biorepo-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.38 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
74
75
76
77
78
79
80
81
82
{
"name": "biorepo-portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"watch": "NODE_ENV=development webpack --config webpack.config.dev.js --progress --colors --watch ",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress --colors --optimize-minimize"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils"
]
},
"repository": {
"type": "git",
"url": "git+git://github.com/chop-dbhi/biorepo-portal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chop-dbhi/biorepo-portal/issues"
},
"homepage": "https://github.com/chop-dbhi/biorepo-portal#README",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"acorn": "^6.1.0",
"braces": "^2.3.2",
"griddle-react": "^1.13.1",
"history": "^1.17.0",
"isomorphic-fetch": "^2.2.0",
"kleur": "^3.0.2",
"moment": "^2.24.0",
"node-libs-browser": "^0.5.3",
"prop-types": "^15.7.2",
"react": "^16.8.1",
"react-addons-create-fragment": "^15.6.2",
"react-bootstrap": "^1.0.0-beta.8",
"react-datepicker": "^2.7.0",
"react-dom": "^16.8.1",
"react-notification-system": "^0.2.6",
"react-pure-modal": "^1.5.1",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^2.4.3",
"react-table": "^6.9.2",
"reactstrap": "^8.0.0",
"recompose": "^0.30.0",
"redux": "^3.7.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^1.0.3",
"semantic-ui-react": "^0.87.1",
"style-loader": "^0.23.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@webpack-cli/migrate": "^0.1.3",
"babel-core": "^6.3.26",
"babel-jest": "^9.0.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^2.1.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"jest-cli": "^24.1.0",
"jsx-loader": "^0.13.2",
"mocha": "^5.2.0",
"redux-devtools": "^3.5.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
}
}