first
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
client/actions/index.js
0 → 100755
client/actiontype/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
client/config/index.js
0 → 100644
client/config/swiperContainer.js
0 → 100644
client/containers/App/App.jsx
0 → 100644
client/containers/HomeContainer/index.css
0 → 100644
client/containers/PageContainer/index.css
0 → 100755
client/containers/Trouble/Trouble.jsx
0 → 100644
client/css/color.css
0 → 100644
client/css/common.css
0 → 100644
client/css/font.css
0 → 100644
client/css/iconfont.css
0 → 100644
client/css/reset.css
0 → 100644
client/env/development.js
0 → 100755
client/env/production.js
0 → 100755
client/env/test.js
0 → 100755
client/image/default.png
0 → 100644

6.63 KB
client/image/header-logo.png
0 → 100644

10.1 KB
client/index.css
0 → 100755
client/index.html
0 → 100755
client/index.js
0 → 100755
client/mock/index.js
0 → 100644
client/reducers/index.js
0 → 100755
client/reducers/trouble.js
0 → 100644
client/routes/index.js
0 → 100644
client/routes/trouble.js
0 → 100644
client/util/image.js
0 → 100644
client/util/util.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "machinehomepage_new_27", | |||
"version": "1.0.0", | |||
"private": true, | |||
"description": "Maxbox machinePage 27", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"clean": "rm -rf static/*", | |||
"start": "set NODE_ENV=development && webpack-dev-server --env=dev -d --history-api-fallback --hot --inline --progress --colors --port 80 --host 0.0.0.0", | |||
"build": "set NODE_ENV=production && webpack --env=build --progress --color" | |||
}, | |||
"author": "", | |||
"license": "MIT", | |||
"devDependencies": { | |||
"antd": "^3.6.3", | |||
"babel-core": "^6.26.3", | |||
"babel-loader": "^7.1.4", | |||
"babel-plugin-import": "^1.8.0", | |||
"babel-plugin-transform-runtime": "^6.23.0", | |||
"babel-preset-env": "^1.7.0", | |||
"babel-preset-es2015": "^6.24.1", | |||
"babel-preset-react": "^6.24.1", | |||
"babel-preset-stage-0": "^6.24.1", | |||
"babel-runtime": "^6.26.0", | |||
"css-loader": "^0.28.11", | |||
"file-loader": "^1.1.11", | |||
"isomorphic-fetch": "^2.2.1", | |||
"minimist": "^1.2.0", | |||
"postcss-loader": "^2.1.5", | |||
"prop-types": "^15.6.2", | |||
"qrcode.react": "^0.8.0", | |||
"react-hot-loader": "^4.0.0", | |||
"react-router": "^4.3.1", | |||
"react-router-redux": "^4.0.8", | |||
"redux-logger": "^3.0.6", | |||
"redux-thunk": "^2.3.0", | |||
"rucksack-css": "^1.0.2", | |||
"style-loader": "^0.21.0", | |||
"swiper": "^3.4.2", | |||
"url-loader": "^1.0.1", | |||
"webpack": "^3.12.0", | |||
"webpack-dev-server": "^2.11.2" | |||
}, | |||
"dependencies": { | |||
"react": "^16.4.1", | |||
"react-dom": "^16.4.1", | |||
"react-redux": "^5.0.7", | |||
"redux": "^4.0.0" | |||
} | |||
} |
postcss.config.js
0 → 100644
webpack.config.js
0 → 100755
Please
register
or
sign in
to comment