@aliretail/react-material-selector
Version:
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "@aliretail/react-material-selector",
"version": "1.0.27",
"description": "素材选择",
"files": [
"es/",
"lib/"
],
"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": {
"axios": "^0.21.1",
"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",
"axios": "^0.21.1",
"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",
"alphaVersion": "1.0.27-alpha.1",
"homepage": "https://unpkg.com/@aliretail/react-material-selector@1.0.27/build/index.html"
}