-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "hello-trello",
"version": "0.0.1",
"description": "A React Redux Trello-like demo",
"main": "index.js",
"scripts": {
"start": "json-server --watch db.json"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/SethGunnells/helloTrello.git"
},
"author": "Seth Gunnells",
"license": "ISC",
"bugs": {
"url": "https://github.com/SethGunnells/helloTrello/issues"
},
"homepage": "https://github.com/SethGunnells/helloTrello#readme",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.23.1",
"json-server": "^0.8.14",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"dependencies": {
"draft-js": "^0.9.1",
"immutable": "^3.8.1",
"normalizr": "^2.2.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-immutable": "^3.0.8",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4"
}
}