mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "react-native-web",
|
|
"version": "0.0.35",
|
|
"description": "React Native for Web",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__",
|
|
"build:umd": "webpack --config webpack.config.js --sort-assets-by --progress",
|
|
"examples": "webpack-dev-server --config examples/webpack.config.js --inline --hot --colors --quiet",
|
|
"lint": "eslint src",
|
|
"prepublish": "npm run build && npm run build:umd",
|
|
"test": "karma start karma.config.js",
|
|
"test:watch": "npm run test -- --no-single-run"
|
|
},
|
|
"dependencies": {
|
|
"animated": "^0.1.3",
|
|
"babel-runtime": "^6.9.2",
|
|
"fbjs": "^0.8.1",
|
|
"inline-style-prefixer": "^2.0.0",
|
|
"lodash": "^4.13.1",
|
|
"react-dom": "^15.1.0",
|
|
"react-textarea-autosize": "^4.0.2",
|
|
"react-timer-mixin": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-core": "^6.10.4",
|
|
"babel-eslint": "^6.1.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-react-native": "^1.9.0",
|
|
"del-cli": "^0.2.0",
|
|
"enzyme": "^2.3.0",
|
|
"eslint": "^2.12.0",
|
|
"eslint-config-standard": "^5.3.1",
|
|
"eslint-config-standard-react": "^2.4.0",
|
|
"eslint-plugin-promise": "^1.3.2",
|
|
"eslint-plugin-react": "^5.1.1",
|
|
"eslint-plugin-standard": "^1.3.2",
|
|
"karma": "^0.13.22",
|
|
"karma-browserstack-launcher": "^1.0.1",
|
|
"karma-chrome-launcher": "^1.0.1",
|
|
"karma-firefox-launcher": "^1.0.0",
|
|
"karma-mocha": "^1.1.1",
|
|
"karma-mocha-reporter": "^2.0.4",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"mocha": "^2.5.3",
|
|
"node-libs-browser": "^0.5.3",
|
|
"react": "^15.2.0",
|
|
"react-addons-test-utils": "^15.2.0",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.1.0"
|
|
},
|
|
"author": "Nicolas Gallagher",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/necolas/react-native-web.git"
|
|
},
|
|
"tags": [
|
|
"react"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-native",
|
|
"web"
|
|
]
|
|
}
|