1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "comment",
- "version": "0.0.1",
- "main": "lib/App.js",
- "description": "通用评论",
- "keywords": [
- "评论"
- ],
- "author": "node",
- "email": "nodejh@qq.com",
- "homepage": "https://git.links123.net/npm/comment",
- "bugs": {
- "url": "https://git.links123.net/npm/comment/issues"
- },
- "private": true,
- "dependencies": {
- "antd": "^3.6.6",
- "axios": "^0.18.0",
- "dayjs": "^1.7.2",
- "react": "^16.4.1",
- "react-dom": "^16.4.1",
- "react-scripts": "1.1.4",
- "shortid": "^2.2.11"
- },
- "lint-staged": {
- "src/**/*.{js,jsx,json,css,less}": [
- "prettier --write",
- "git add"
- ]
- },
- "scripts": {
- "precommit": "lint-staged",
- "prettier": "prettier --write src/**/*.{js,jsx,json,css,less}",
- "start": "react-app-rewired start",
- "build": "react-app-rewired build",
- "test": "react-app-rewired test --env=jsdom",
- "eject": "react-scripts eject",
- "lib": "babel ./src --out-dir ./lib --source-maps --copy-files"
- },
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-plugin-import": "^1.8.0",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "babel-preset-react": "^6.24.1",
- "husky": "^0.14.3",
- "lint-staged": "^7.2.0",
- "prettier": "^1.13.7",
- "react-app-rewired": "^1.5.2"
- },
- "license": "MIT"
- }
|