-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "um",
"version": "0.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"babel-cli": "~6.6.5",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"babelify": "~7.2.0",
"browserify": "~13.0.0",
"cldr-data": "~28.0.3",
"globalize": "~1.1.1",
"jquery": "~2.2.1",
"react": "~0.14.7",
"react-bootstrap": "~0.28.3",
"react-bootstrap-table": "~1.6.2",
"react-dom": "~0.14.7",
"react-router": "~2.0.1",
"react-select": "~1.0.0-beta11",
"react-widgets": "~3.2.0",
"vertx3-eventbus-client": "~3.2.1",
"react-autosuggest": "~3.6.0",
"react-sidebar": "~2.1.1",
"react-burger-menu": "~1.5.7",
"bluebird": "~3.3.4",
"auth0-js": "~6.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codefacts/um.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/codefacts/um/issues"
}
}