-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "ILB-ec2-controller",
"description": "AWS EC2 web controller",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"test:coverage": "jest --verbose --coverage"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-amplify": "^1.1.10",
"aws-mqtt": "^0.2.2",
"aws-sdk": "^2.362.0",
"axios": "^0.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"flux": "^3.1.3",
"history": "^4.7.2",
"paho-mqtt": "^1.1.0",
"react": "^15.5.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^15.5.0",
"react-icons": "^3.2.2",
"react-modal": "^3.6.1",
"react-router": "^2.0.0",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"acorn": "^6.0.4",
"babel-jest": "^23.6.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.2.0",
"browserify": "^16.2.3",
"enzyme": "^3.7.0",
"enzyme-adapter-react-15": "^1.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-open": "^3.0.1",
"gulp-sass": "^4.0.2",
"gulp-watch": "^5.0.1",
"jest": "^23.6.0",
"react-test-renderer": "^15.5.4",
"vinyl-source-stream": "^2.0.0"
}
}