mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
24 lines
823 B
JSON
24 lines
823 B
JSON
{
|
|
"private": true,
|
|
"name": "react-native-examples",
|
|
"version": "0.9.5",
|
|
"scripts": {
|
|
"build": "mkdir -p 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": "^6.26.0",
|
|
"react": "^16.5.1",
|
|
"react-dom": "^16.5.1",
|
|
"react-native-web": "0.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.9.5",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"file-loader": "^1.1.11",
|
|
"webpack": "^4.8.1",
|
|
"webpack-bundle-analyzer": "^2.11.1",
|
|
"webpack-cli": "^2.1.3"
|
|
}
|
|
}
|