This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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": "@bigboat/ui ",
"version": "0.0.1",
"description": "A UI for the BigBoat Docker ecosystem.",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "echo \"no tests\"; exit 0; react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"test_old": "mocha --compilers coffee:coffee-script/register ./**/*.test",
"testx": "protractor tests/conf.js",
"test:e2e": "webdriver-manager update; npm run testx",
"watchTest": "mocha --compilers coffee:coffee-script/register --watch-extensions test --watch ./**/*.test"
},
"dependencies": {
"@bigboat/server-client": "^2.2.0",
"ansi_up": "^1.3.0",
"babel-runtime": "6.18.0",
"brace": "^0.9.1",
"create-react-class": "^15.6.2",
"fbemitter": "^2.1.1",
"filesize": "^3.5.4",
"grommet": "^1.9.0",
"grommet-addons": "^0.5.0",
"js-yaml": "^3.7.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"moment": "^2.19.2",
"prettysize": "0.0.3",
"react": "^16.1.1",
"react-ace": "^4.1.1",
"react-addons-pure-render-mixin": "^15.4.2",
"react-addons-shallow-compare": "^15.6.2",
"react-dom": "^16.1.1",
"react-notification-system": "^0.2.15",
"react-notification-system-redux": "^1.1.4",
"react-prism": "^4.0.0",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.17",
"react-spinkit": "^2.1.1",
"recompose": "^0.25.1",
"redux": "^3.7.2"
},
"devDependencies": {
"@testx/objects-standard": "^1.0.1",
"@testx/reporters-jasmine": "^2.0.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"protractor": "^5.3.0",
"redux-devtools": "^3.3.2",
"sinon": "^1.17.7",
"testx": "^3.0.3"
}
}