-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 898 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 898 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
34
{
"name": "test-task-isomorph",
"version": "1.0.0",
"description": "Skeleton of isomorphic News App with 3 simple pages",
"scripts": {
"start": "webpack && node index.js"
},
"author": "Maullerz",
"repository": {
"type": "git",
"url": "https://github.com/maullerz/test-task-isomorph.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^6.3.13",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"webpack": "^1.12.2"
},
"dependencies": {
"express": "^4.13.3",
"history": "^1.17.0",
"hoist-non-react-statics": "^1.0.5",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.4.0",
"react-router": "~1.0.3",
"redux": "^3.3.1"
}
}