-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 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
{
"name": "higher-order-component-workshop",
"version": "1.0.0",
"description": "Higher-order component workshop",
"main": "src/index.js",
"scripts": {
"start": "npm-run-all --parallel dev-server json-server",
"dev-server": "webpack-dev-server",
"json-server": "json-server --watch db.json --delay 1000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aofleejay/higher-order-component-workshop.git"
},
"keywords": ["higher-order component", "hoc"],
"author": "aofleejay",
"license": "MIT",
"bugs": {
"url": "https://github.com/aofleejay/higher-order-component-workshop/issues"
},
"homepage": "https://github.com/aofleejay/higher-order-component-workshop#readme",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"json-server": "^0.11.2",
"npm-run-all": "^4.0.2",
"path": "^0.12.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-loading": "^0.1.4",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
}
}