modo-mobile
Version:
A mobile UI toolkit, based on React
199 lines (198 loc) • 6.82 kB
JSON
{
"name": "modo-mobile",
"version": "0.1.3",
"description": "A mobile UI toolkit, based on React",
"homepage": "https://tdida.github.io/modo-mobile",
"repository": {
"type": "git",
"url": "https://github.com/tdida/modo-mobile.git"
},
"keywords": [
"react",
"react-component",
"component",
"components",
"ui",
"framework",
"frontend",
"mobile",
"typescript"
],
"bugs": {
"url": "https://github.com/tdida/modo-mobile/issues"
},
"files": [
"dist",
"lib",
"es"
],
"main": "lib/index.js",
"module": "es/index.js",
"author": "tdida",
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"test": "jest --config .jest.js",
"test:all": "./scripts/test-all.sh",
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",
"lint:ts": "npm run tsc && node tools/cli/run.js ts-lint",
"lint:es": "eslint tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
"lint:demo": "cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
"lint-fix:ts": "npm run tsc && node tools/cli/run.js ts-lint-fix",
"lint-fix": "npm run lint-fix:code && npm run lint-fix:demo",
"lint-fix:code": "eslint --fix tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
"lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
"start": "cross-env NODE_ENV=development concurrently \"cross-env bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env bisheng start -c ./site/bisheng.mobile.config.js\"",
"dist": "node tools/cli/run.js dist",
"tsc": "tsc",
"clean": "node tools/cli/run.js clean",
"deploy": "npm run clean && npm run site && bisheng gh-pages --push-only",
"pub": "cross-env BABEL_ENV=dist node tools/cli/run.js pub --skip-tag",
"pub-with-ci": "node tools/cli/run.js pub-with-ci",
"compile": "node tools/cli/run.js compile",
"prepublish": "node tools/cli/run.js guard",
"pre-publish": "npm run test:all && node ./scripts/prepub",
"site": "cross-env NODE_ENV=production concurrently \"cross-env bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env bisheng build -c ./site/bisheng.mobile.config.js\"",
"lint-staged": "lint-staged",
"lint-staged:ts": "tsc && node node_modules/tslint/bin/tslint",
"lint-staged:es": "eslint ./.*.js ./webpack.config.js",
"lint-staged:demo": "cross-env RUN_ENV=DEMO eslint --ext '.md'"
},
"dependencies": {
"array-tree-filter": "^2.1.0",
"classnames": "^2.2.6",
"deploy": "^1.0.3",
"rc-animate": "~3.0.0-rc.6",
"warning": "^4.0.2"
},
"devDependencies": {
"@octokit/rest": "^15.10.0",
"@types/classnames": "^2.2.6",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
"@types/warning": "^3.0.0",
"antd": "^3.8.4",
"antd-theme-generator": "^1.0.7",
"autoprefixer": "^9.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bisheng": "^0.29.0",
"bisheng-plugin-antd": "^0.16.5",
"bisheng-plugin-description": "^0.1.4",
"bisheng-plugin-react": "^0.6.3",
"bisheng-plugin-toc": "^0.4.4",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"codecov": "^3.0.4",
"colorful": "^2.1.0",
"commander": "^2.17.1",
"concurrently": "^3.6.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"css-split-webpack-plugin": "^0.2.5",
"cssnano": "^4.0.5",
"deep-assign": "^2.0.0",
"dekko": "^0.2.1",
"docsearch.js": "^2.5.2",
"enquire-js": "^0.2.1",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.11.1",
"eslint-tinker": "^0.5.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^5.0.0-alpha.3",
"intersection-observer": "^0.5.0",
"jest": "^23.5.0",
"jest-spec-reporter": "^1.0.4",
"jsonml.js": "^0.1.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^7.2.2",
"lz-string": "^1.4.4",
"mockdate": "^2.0.2",
"moment": "^2.22.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.2",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "^1.14.2",
"qrcode.react": "^0.8.0",
"raf": "^3.4.0",
"rc-drawer": "^1.7.3",
"react": "^16.4.2",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.4.2",
"react-github-button": "^0.1.11",
"react-intl": "^2.4.0",
"react-sticky": "^6.0.3",
"rimraf": "^2.6.2",
"rucksack-css": "^1.0.2",
"scrollama": "^1.4.3",
"source-map-loader": "^0.2.4",
"style-loader": "^0.22.1",
"stylelint": "^9.5.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"ts-jest": "^22.4.1",
"ts-loader": "^3.5.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.1",
"url-loader": "^1.1.1",
"webpack": "^3.6.0",
"webpackbar": "^2.6.3"
},
"lint-staged": {
"components/**/*.tsx": [
"npm run lint-staged:ts"
],
"{tests,site,scripts,components}/**/*.{js,jsx}": [
"npm run lint-staged:es"
],
"{site,components}/**/*.less": "stylelint --syntax less",
"components/*/demo/*.md": [
"npm run lint-staged:demo"
]
},
"pre-commit": [
"lint-staged"
],
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*"
]
}