-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 KB
/
package.json
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
55
56
{
"name": "react-world",
"version": "1.0.0",
"description": "template project to start reactjs dev",
"main": "index.js",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.1",
"enzyme": "^2.8.2",
"html-webpack-plugin": "^2.28.0",
"jest": "^20.0.4",
"nock": "^9.0.13",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.3",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"start": "webpack-dev-server --open",
"p": "webpack -p",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lugithub/react-world.git"
},
"keywords": [
"react.js"
],
"author": "blu",
"license": "ISC",
"bugs": {
"url": "https://github.com/lugithub/react-world/issues"
},
"homepage": "https://github.com/lugithub/react-world#readme"
}