-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 781 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^2.8.0",
"enzyme-to-json": "^1.5.0",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.9.5"
},
"homepage": "http://n1arash.github.io/ReBlog",
"dependencies": {
"antd": "^2.9.0",
"babel-eslint": "^7.1.1",
"eslint": "^3.14.1",
"eslint-plugin-react": "^6.9.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "latest",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-router-redux": "^4.0.8",
"redux": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}