-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
{
"name": "Commander",
"version": "1.0.0",
"engines": {
"node": "6.x",
"npm": "4.6.x"
},
"description": "https://taskcommander.herokuapp.com",
"main": "index.js",
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dallashall/Commander.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dallashall/Commander/issues"
},
"homepage": "https://github.com/dallashall/Commander#readme",
"dependencies": {
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^15.6.2",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-thunk": "^2.2.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-jest": "^15.0.0",
"jest": "^21.2.1",
"regenerator-runtime": "^0.11.1"
}
}