-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
43
{
"name": "use-data-api",
"version": "1.0.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode=production",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "“Robin <hello@rwieruch.com”> (https://www.robinwieruch.de)",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-road-to-learn-react/use-data-api.git"
},
"bugs": {
"url": "https://github.com/the-road-to-learn-react/use-data-api/issues"
},
"homepage": "https://github.com/the-road-to-learn-react/use-data-api#readme",
"dependencies": {
"axios": "^0.19.0"
}
}