feat: add a new project
Showing
README.md
100644 → 100755
assets/fonts/icon-blog.eot
0 → 100755
File added
assets/fonts/icon-blog.svg
0 → 100755
assets/fonts/icon-blog.ttf
0 → 100755
File added
assets/fonts/icon-blog.woff
0 → 100755
File added
assets/icon.css
0 → 100755
assets/index.less
0 → 100755
examples/assets/App.css
0 → 100755
examples/dist/index.html
0 → 100755
examples/index.js
0 → 100755
examples/views/App.js
0 → 100755
index.js
0 → 100755
package.json
0 → 100755
{ | |||
"name": "webpack_HMR", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"start": "webpack-dev-server" | |||
}, | |||
"author": "icarus", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"babel-core": "^6.24.1", | |||
"babel-eslint": "^6.1.2", | |||
"babel-loader": "^7.0.0", | |||
"babel-plugin-transform-class-properties": "^6.24.1", | |||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | |||
"babel-plugin-transform-export-extensions": "^6.22.0", | |||
"babel-plugin-transform-function-bind": "^6.22.0", | |||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | |||
"babel-polyfill": "^6.23.0", | |||
"babel-preset-es2015": "^6.24.1", | |||
"babel-preset-react": "^6.24.1", | |||
"css-loader": "^0.28.1", | |||
"eslint": "^3.19.0", | |||
"eslint-config-airbnb": "^15.1.0", | |||
"eslint-loader": "^1.9.0", | |||
"eslint-plugin-import": "^2.7.0", | |||
"eslint-plugin-jsx-a11y": "^6.0.2", | |||
"eslint-plugin-react": "^7.2.0", | |||
"file-loader": "^0.11.2", | |||
"less": "^2.7.2", | |||
"less-loader": "^4.0.5", | |||
"prop-types": "^15.5.10", | |||
"style-loader": "^0.17.0", | |||
"url-loader": "^0.5.9", | |||
"webpack": "^2.4.1", | |||
"webpack-dev-server": "^2.4.5" | |||
}, | |||
"dependencies": { | |||
"react": "^15.5.4", | |||
"react-dom": "^15.5.4", | |||
"react-hot-loader": "^3.0.0-beta.6" | |||
} | |||
} |
src/index.js
0 → 100755
webpack.config.js
0 → 100755
Please
register
or
sign in
to comment