-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 868 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 868 Bytes
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
{
"name": "kanban",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "TARGET=build webpack",
"start": "TARGET=build webpack-dev-server --devtool eval-source --progress --colors --hot --inline --history-api-fallback build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.5",
"flowcheck": "^0.2.7",
"flowcheck-loader": "^1.0.0",
"html-webpack-plugin": "^1.6.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1",
"webpack-merge": "^0.1.2"
},
"dependencies": {
"alt": "^0.17.1",
"react": "^0.13.3",
"react-dnd": "^1.1.4"
}
}