-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
52
53
54
{
"name": "FB-Calendar",
"version": "0.0.1",
"description": "Facebook-styled calendar",
"author": "Jakub Siemiatkowski <kuba@saskla.cz>",
"repository": {
"type": "git",
"url": "https://github.com/siemiatj/FB-Calendar.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/siemiatj/FB-Calendar/issues"
},
"scripts": {
"server": "webpack-dev-server --history-api-fallback --inline --progress",
"start": "npm run server"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"lodash": "^4.13.1",
"node-uuid": "^1.4.7",
"normalizr": "^2.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "3.0.0-alpha.1",
"redux": "^3.4.0",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-register": "^6.3.13",
"babel-eslint": "6.0.4",
"react-hot-loader": "^1.3.0",
"css-loader": "^0.23.1",
"node-sass": "^3.4.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"eslint": "^2.12.0",
"eslint-plugin-react": "^5.2.2",
"eslint-config-rackt": "^1.1.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1"
}
}