-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 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
33
{
"name": "diacode-holidays",
"description": "Diacode's holidays app",
"version": "1.0.0",
"devDependencies": {
"babel-loader": "~4.3.0",
"cjsx-loader": "~2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.11.1",
"exports-loader": "~0.6.2",
"expose-loader": "~0.6.0",
"file-loader": "^0.8.4",
"imports-loader": "~0.6.3",
"jsx-loader": "~0.12.2",
"webpack": "~1.7.3"
},
"dependencies": {
"classnames": "~1.2.0",
"history": "^1.13.0",
"lodash": "~2.4.1",
"moment": "2.10.2",
"react": "^0.14.2",
"react-addons-css-transition-group": "^0.14.2",
"react-dom": "^0.14.2",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc4",
"react-tipsy": "^0.3.0",
"redux": "^3.0.2",
"redux-logger": "^2.0.1",
"redux-simple-router": "0.0.7",
"redux-thunk": "^1.0.0"
}
}