mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "react-web-sdk",
|
|
"version": "0.0.3",
|
|
"description": "UI SDK based on react-native",
|
|
"main": "dist/main.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prebuild": "rm -rf ./dist && npm install",
|
|
"build": "webpack --config webpack.config.js",
|
|
"build:watch": "npm run build -- --watch",
|
|
"build:example": "npm run build && cd example && webpack --config ./webpack.config.js",
|
|
"build:example:watch": "npm run build:example -- --watch",
|
|
"lint": "eslint .",
|
|
"test": "NODE_ENV=test karma start karma.config.js",
|
|
"test:watch": "npm test -- --no-single-run"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer-core": "^5.2.0",
|
|
"babel-core": "^5.5.6",
|
|
"babel-eslint": "^4.1.1",
|
|
"babel-loader": "^5.1.4",
|
|
"babel-runtime": "^5.5.6",
|
|
"css-loader": "^0.15.1",
|
|
"eslint": "^1.3.1",
|
|
"eslint-config-standard": "^4.1.0",
|
|
"eslint-config-standard-react": "^1.0.4",
|
|
"eslint-plugin-react": "^3.3.1",
|
|
"eslint-plugin-standard": "^1.3.0",
|
|
"extract-text-webpack-plugin": "^0.8.1",
|
|
"karma": "^0.13.9",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-mocha": "^0.2.0",
|
|
"karma-sourcemap-loader": "^0.3.5",
|
|
"karma-webpack": "^1.7.0",
|
|
"mocha": "^2.2.5",
|
|
"node-libs-browser": "^0.5.2",
|
|
"object-assign": "^4.0.1",
|
|
"postcss-loader": "^0.4.4",
|
|
"style-loader": "^0.12.3",
|
|
"webpack": "^1.9.10"
|
|
},
|
|
"author": "Nicolas Gallagher",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/necolas/react-web-sdk.git"
|
|
}
|
|
}
|