-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
{
"name": "yack",
"version": "1.0.0",
"description": "[http://www.slacking-yack.com/][Yack]",
"main": "webpack.config.js",
"directories": {
"doc": "docs",
"test": "test"
},
"engines": {
"node": "7.2.1",
"npm": "3.10.10"
},
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mc962/yack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mc962/yack/issues"
},
"homepage": "https://github.com/mc962/yack#readme",
"dependencies": {
"actioncable": "^5.0.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"emoji-mart": "^0.4.4",
"lodash": "^4.17.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-gravatar": "^2.6.1",
"react-modal": "^1.7.6",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-tokeninput": "^2.2.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.2",
"redux-thunk": "^2.2.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"redux-logger": "^2.8.2"
}
}