UNPKG

@lydxwj/react-fullpage

Version:
56 lines (55 loc) 1.5 kB
{ "name": "@lydxwj/react-fullpage", "version": "0.0.5", "description": "全屏翻页组件", "main": "lib/index.js", "files": [ "build", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/lydxwj/lydxwj-react-fullpage.git" }, "homepage": "https://github.com/lydxwj/lydxwj-react-fullpage", "scripts": { "dev": "webpack-dev-server --config ./build/webpack.dev.config.js --open --port 3000 --hot", "pub": "webpack --config ./build/webpack.pub.config.js", "prepublish": "npm run pub" }, "keywords": [ "react", "component", "@lydxwj/react-fullpage", "fullpage", "react-fullpage" ], "author": "lyd", "license": "MIT", "dependencies": { "prop-types": "^15.6.0", "react": "^16.1.1", "react-dom": "^16.1.1" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-import": "^1.6.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "clean-webpack-plugin": "^0.1.17", "css-loader": "^0.28.7", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.5", "html-webpack-plugin": "^2.30.1", "optimize-css-assets-webpack-plugin": "^3.2.0", "style-loader": "^0.19.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "url-loader": "^0.6.2", "webpack": "^3.8.1", "webpack-dev-server": "^2.9.4" } }