-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
53
54
55
56
57
58
59
60
61
{
"name": "kanban_app",
"version": "0.0.0",
"description": "Webpack demo app",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d build",
"stats": "webpack --profile --json > stats.json",
"build": "webpack",
"start": "webpack-dev-server"
},
"keywords": [
"webpack",
"demo"
],
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-survivejs-kanban": "^0.3.3",
"clean-webpack-plugin": "^0.1.8",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gh-pages": "^0.10.0",
"html-webpack-plugin": "^2.9.0",
"html-webpack-template": "^4.0.0",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"redux-devtools": "^3.1.1",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.0.5",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.8.3"
},
"dependencies": {
"font-awesome": "^4.5.0",
"font-awesome-webpack": "0.0.4",
"isomorphic-fetch": "^2.2.1",
"node-uuid": "^1.4.7",
"react": "^0.14.7",
"react-addons-update": "^0.14.7",
"react-art": "^0.14.0",
"react-dnd": "^2.1.2",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^0.14.7",
"react-fontawesome": "^0.3.3",
"react-modal": "^0.6.1",
"react-redux": "^4.4.0",
"react-select": "^1.0.0-beta11",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1"
}
}