第一次提交
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "reacthook", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"mockjs": "^1.1.0", | |||
"react": "^16.11.0", | |||
"react-dom": "^16.11.0", | |||
"react-scripts": "3.2.0" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": "react-app" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
}, | |||
"devDependencies": { | |||
"axios": "^0.19.0" | |||
} | |||
} | |||
\ No newline at end of file |
public/favicon.ico
0 → 100644
21.9 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
8.38 KB
public/logo512.png
0 → 100644
22.4 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.test.js
0 → 100644
src/AsyncHook/index.js
0 → 100644
src/BaseHook/index.js
0 → 100644
src/BaseReact/index.js
0 → 100644
src/UseContext/index.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644