This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.65 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
{
"name": "ci-pipeline-ui",
"version": "0.0.3",
"description": "Simple starter package for Redux with React and Babel support",
"main": "index.js",
"repository": "[email protected]:samvarankashyap/ci-pipeline-ui.git",
"scripts": {
"start": "concurrently --kill-others \"node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0 \" \"nodemon server.js\"",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"author": "samvarn kashyap rallabandi",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"jquery": "^3.0.0",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "15.4.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"axios": "^0.17.1",
"babel-preset-stage-1": "^6.1.18",
"bunyan": "^1.8.12",
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"lodash": "^3.10.1",
"node-cache": "^4.1.1",
"nodemon": "^1.17.3",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-collapsible": "^2.2.0",
"react-dom": "^16.3.1",
"react-modal": "^3.4.1",
"react-redux": "^5.0.7",
"react-router": "^2.0.1",
"react-router-dom": "^4.0.0",
"react-tabs": "^2.2.1",
"react-transition-group": "^1.2.1",
"reactstrap": "^4.8.0",
"redux": "^3.0.4",
"redux-promise": "^0.5.3"
},
"homepage": "https://github.com/samvarankashyap/ci-pipeline-ui"
}