UNPKG

sixue-content

Version:
68 lines (67 loc) 1.61 kB
{ "name": "sixue-content", "version": "1.1.9", "description": "魔盒系统内容模块模版", "files": [ "demo/", "es/", "lib/", "build/" ], "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "scripts": { "start": "build-scripts start", "build": "build-scripts build", "test": "build-scripts test", "prepublishOnly": "npm run build", "lint": "eslint --cache --ext .js,.jsx ./" }, "keywords": [ "ice", "react", "component" ], "dependencies": { "prop-types": "^15.5.8" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@alifd/adaptor-generate": "^0.1.3", "build-plugin-component": "^0.2.0", "build-plugin-fusion": "^0.1.0", "build-plugin-fusion-cool": "^0.1.0", "build-plugin-moment-locales": "^0.1.0", "react": "^16.3.0", "react-dom": "^16.3.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "@ice/spec": "^1.0.0", "eslint": "^6.0.1", "@alifd/next": "1.x", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4" }, "peerDependencies": { "react": "^16.3.0", "@alifd/next": "1.x" }, "componentConfig": { "name": "SixueContent", "title": "内容模块模版", "category": "Others" }, "publishConfig": { "access": "public" }, "license": "MIT", "homepage": "https://unpkg.com/sixue-content@1.1.9/build/index.html", "materialConfig": { "fusion-site": { "id": 10349, "name": "爱空间", "url": "https://fusion.design/api/v1/sites/10349/materials" } } }