-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "djreact",
"version": "0.0.1",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.5",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.13.1",
"jest": "^18.1.0",
"react": "^15.4.2",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.1.1",
"webpack": "^1.12.13",
"webpack-bundle-tracker": "0.2.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"draft-js": "^0.9.1",
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.5.1",
"moment": "^2.17.1",
"radium": "^0.18.1",
"react-cookie": "^1.0.4",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.0",
"react-rte": "^0.11.0",
"react-test-renderer": "^15.4.2",
"redux": "^3.3.1",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
"test": "jest"
}
}