luy
Version:
所谓类```React```框架就是**和React用法一模一样**的框架。其实当初制造这个框架的目的是为了能更好的学习React内部结构,了解其原理而制作的玩具。但是随着框架的渐渐成长,代码越来越多,我还是决定将其发展下去. 
1 lines • 2.76 kB
JSON
{"name": "luy", "license": "MIT", "dependencies": {"react-router-dom": "^4.2.2", "anujs": "^1.1.4", "babel-plugin-external-helpers": "^6.22.0", "react-dom": "^15.6.1", "react-redux": "^5.0.6", "babel-plugin-transform-runtime": "^6.23.0", "prop-types": "^15.6.0", "react-router": "^4.2.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "react": "^15.6.2"}, "keywords": ["react-like", "react", "react-compat", "performance"], "scripts": {"temp": "NODE_ENV=production webpack -p --config webpack.pro.config.js ", "bench": "./bench.sh ", "reactBench": "NODE_ENV=production webpack -p --config './performance/webpack.config/webpack.reactPerformence.config.js' ", "anuBench": "NODE_ENV=production webpack -p --config './performance/webpack.config/webpack.anuPerformence.config.js' ", "jest": "jest --watch", "push": "python3 ./publish.py", "anu": "webpack-dev-server --devtool eval-source-map --progress --host 127.0.0.1 --colors --content-base ./build --history-api-fallback --config 'webpack.anu.config.js' ", "study": "webpack-dev-server --devtool eval-source-map --progress --host 127.0.0.1 --colors --content-base ./build --history-api-fallback --config 'webpack.study.config.js' ", "test": "./build.sh", "dev": "webpack-dev-server --devtool eval-source-map --progress --host 127.0.0.1 --colors --content-base ./build --history-api-fallback", "portal": "webpack-dev-server --devtool eval-source-map --progress --host 127.0.0.1 --colors --content-base ./build --history-api-fallback --config './webpack.example.config.js' ", "build": "./node_modules/.bin/babel --out-dir ./dist ./app/src/Luy", "react": "webpack-dev-server --devtool eval-source-map --progress --host 127.0.0.1 --colors --content-base ./build --history-api-fallback --config 'webpack.react.config.js' ", "luyBench": "NODE_ENV=production webpack -p --config './performance/webpack.config/webpack.luyPerformence.config.js' "}, "description": "", "version": "1.1.4", "author": "Fangzheng", "main": "index.js", "devDependencies": {"redux": "^3.7.2", "webpack-dev-server": "^2.4.5", "babel-preset-react": "^6.24.1", "enzyme-adapter-react-15": "^1.0.1", "jest-cli": "^21.2.1", "babel-jest": "^21.2.0", "babel-preset-stage-2": "^6.24.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "enzyme": "^3.1.0", "jest": "^21.2.1", "style-loader": "^0.18.2", "babel-plugin-syntax-flow": "^6.18.0", "react-hot-loader": "^3.0.0-beta.7", "extract-text-webpack-plugin": "^3.0.0", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-core": "^6.25.0", "webpack": "^3.0.0", "flow-bin": "^0.55.0", "css-loader": "^0.28.4", "react-test-renderer": "^15.6.2", "babel-cli": "^6.26.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0"}}