taro-calendar
Version:
taro calendar component
114 lines (113 loc) • 3.33 kB
JSON
{
"name": "taro-calendar",
"version": "0.0.4",
"description": "taro calendar component",
"types": "./@types/index.d.ts",
"main": "./dist/index.js",
"scripts": {
"build:weapp": "taro build --type weapp",
"build:h5": "taro build --type h5",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"build:component": "cross-env TARO_BUILD_TYPE=component taro build --ui",
"lint": "eslint ./src --ext .ts,.tsx --fix",
"lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
"test": "jest",
"test:ci": "npm run build:h5 && npm run test"
},
"author": "hejason",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"npm run lint",
"git add"
],
"src/**/*.scss": [
"npm run lint:style-fix",
"git add"
]
},
"homepage": "https://github.com/NervJS/taro-calendar",
"repository": {
"type": "git",
"url": "git@github.com:NervJS/taro-calendar.git"
},
"keywords": [
"taro",
"wxapp",
"wechat",
"taro-ui",
"calendar",
"typescript",
"taro-calendar",
"taro-component"
],
"files": [
"dist",
"@types",
"src/**/interface.ts"
],
"dependencies": {
"dayjs": "^1.7.7",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/components": "^1.1.0",
"@tarojs/plugin-babel": "^1.1.0",
"@tarojs/plugin-csso": "^1.1.0",
"@tarojs/plugin-sass": "^1.1.0",
"@tarojs/plugin-uglifyjs": "^1.1.0",
"@tarojs/router": "^1.1.0",
"@tarojs/taro": "^1.1.0",
"@tarojs/taro-alipay": "^1.1.0",
"@tarojs/taro-h5": "^1.1.0",
"@tarojs/taro-swan": "^1.1.0",
"@tarojs/taro-weapp": "^1.1.0",
"@tarojs/webpack-runner": "^1.1.0",
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bind-decorator": "^1.0.11",
"classnames": "^2.2.6",
"commitlint": "^7.2.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-o2team": "^0.1.6",
"eslint-config-taro": "^1.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-taro": "^1.1.0",
"eslint-plugin-typescript": "^0.12.0",
"husky": "^1.0.0-rc.13",
"jest": "^23.5.0",
"lint-staged": "^7.2.0",
"nerv-server": "^1.3.2",
"nerv-test-utils": "^1.3.2",
"nervjs": "^1.3.5",
"regenerator-runtime": "^0.12.1",
"simulant": "^0.2.2",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.2.0",
"typescript": "^3.0.1",
"typescript-eslint-parser": "^20.0.0"
}
}