@aliretail/react-whale-checked-all
Version:
whale-checked-all
75 lines (74 loc) • 1.87 kB
JSON
{
"name": "@aliretail/react-whale-checked-all",
"version": "0.1.0",
"description": "whale-checked-all",
"files": [
"demo/",
"es/",
"lib/",
"build/",
"manifest.json"
],
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"scripts": {
"start": "fie start",
"build": "fie build",
"test": "npm run test",
"sync": "fie sync",
"eslint": "eslint --cache --ext .js,.jsx ./",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss,less}\"",
"lint": "npm run eslint && npm run stylelint",
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix"
},
"keywords": [
"aliretail",
"react",
"component"
],
"dependencies": {
"prop-types": "^15.5.8"
},
"devDependencies": {
"@alifd/next": "1.x",
"@alifd/theme-retailforce": "^1.0.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"f2elint": "^1.1.2",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"peerDependencies": {
"react": "^16.3.0",
"@alifd/next": "1.x"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"componentConfig": {},
"materialConfig": {
"template": "@icedesign/ice-react-ts-material-template",
"type": "react",
"fusion-site": {
"id": 13867,
"name": "零售云PC",
"url": "https://fusion.design/api/v1/sites/13867/materials"
}
},
"husky": {
"hooks": {
"pre-commit": "f2elint commit-file-scan",
"commit-msg": "f2elint commit-msg-scan"
}
},
"homepage": "https://unpkg.com/@aliretail/react-whale-checked-all@0.1.0/build/index.html"
}