UNPKG

yzf-date-format

Version:

日期格式化

78 lines (77 loc) 2.16 kB
{ "name": "yzf-date-format", "version": "1.0.0", "description": "日期格式化", "main": "./index.js", "entry": { "index": "./test/index.jsx" }, "scripts": { "start": "dora --plugins webpack --port 7000 --config webpack.config.dev.js", "build": "atool-build --config webpack.config.pre.js", "lint": "eslint --ext .js,.jsx src/", "test": "atool-test-mocha ./**/__tests__/*-test.js", "clean_window": "del ./dist? && mkdir ./dist", "clean_mac": "rm -rf ./dist && mkdir ./dist", "dist": "mkdir dist && babel src --out-dir dist --copy-files", "distClear": "npm run clean_mac && babel src --out-dir dist --copy-files", "rePublish": "npm run clean_window && npm run build && npm publish" }, "files": [ "LICENSE", "README.md", "dist", "src", "test" ], "keywords": [ "日期格式化", "DFormat", "js", "function", "函数", "常用函数", "深度拷贝", "cookie", "js运动" ], "author": "yzflhez", "license": "ISC", "dependencies": { "react": "^15.1.0", "react-dom": "^15.1.0", "react-redux": "^5.0.4", "react-router": "^4.1.2", "react-router-dom": "4.0.0" }, "devDependencies": { "atool-build": "^0.9.0", "atool-test-mocha": "^0.1.4", "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.0.0", "babel-loader": "^8.0.4", "babel-plugin-import": "^1.0.1", "babel-plugin-istanbul": "^5.1.0", "babel-plugin-transform-runtime": "^6.8.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.9.2", "dora": "0.4.x", "dora-plugin-webpack": "^0.8.1", "eslint": "^3.8.1", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-import": "^2.0.1", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "expect": "^1.20.2", "husky": "^0.12.0", "pre-commit": "1.x", "redbox-react": "^1.3.2", "uglifyjs-webpack-plugin": "^2.1.3" } }