初始化项目
Showing
.gitignore
0 → 100644
config-overrides.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "bd-cloud-client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"antd": "^3.5.0", | ||
"camelcase": "^4.0.0", | ||
"jquery": "^3.3.1", | ||
"mobx": "^3.4.1", | ||
"mobx-react": "^4.3.5", | ||
"react": "^16.3.2", | ||
"react-app-rewire-mobx": "^1.0.8", | ||
"react-dom": "^16.3.2", | ||
"react-router-dom": "^4.2.2" | ||
}, | ||
"scripts": { | ||
"start": "react-app-rewired start", | ||
"build": "react-app-rewired build", | ||
"test": "react-app-rewired test --env=jsdom", | ||
"eject": "react-app-rewired eject" | ||
}, | ||
"devDependencies": { | ||
"babel-engine-plugin": "^0.2.1", | ||
"babel-plugin-import": "^1.7.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"react-app-rewire-less": "^2.1.1", | ||
"react-app-rewired": "^1.5.2", | ||
"react-scripts": "^1.1.4" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.js
0 → 100644
src/Components/History.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/registerServiceWorker.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment