mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-20 04:11:53 +08:00
26 lines
905 B
JSON
26 lines
905 B
JSON
{
|
|
"private": true,
|
|
"name": "react-native-examples",
|
|
"version": "0.10.1",
|
|
"scripts": {
|
|
"build": "make-dir dist && cp -f src/index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
|
|
"release": "yarn build && git checkout gh-pages && rm -rf ../../examples && mv dist ../../examples && git add -A && git commit -m \"Examples deploy\" && git push origin gh-pages && git checkout -"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.2.0",
|
|
"react": "^16.5.1",
|
|
"react-dom": "^16.5.1",
|
|
"react-native-web": "0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
|
"babel-plugin-react-native-web": "0.10.1",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"file-loader": "^1.1.11",
|
|
"make-dir-cli": "^2.0.0",
|
|
"webpack": "^4.28.3",
|
|
"webpack-bundle-analyzer": "^3.0.3",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|