@icedesign/scroll-screen-homepage-scaffold
Version:
全屏展示的首页模板,支持锚点跳转定位和内置多种动画效果
85 lines (84 loc) • 2.43 kB
JSON
{
"name": "@icedesign/scroll-screen-homepage-scaffold",
"version": "3.0.4",
"description": "全屏展示的首页模板,支持锚点跳转定位和内置多种动画效果",
"homepage": "https://unpkg.com/@icedesign/scroll-screen-homepage-scaffold@latest/build/index.html",
"keywords": [
"ice-scaffold"
],
"files": [
"src/",
"build/",
"public/",
"tests/",
"_gitignore",
"_editorconfig",
"_eslintignore",
"_eslintrc.js",
"_stylelintignore",
"_stylelintrc.js",
"ice.config.js",
"jsconfig.json"
],
"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"prepublishOnly": "npm run build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@alifd/next": "^1.x",
"@icedesign/container": "^1.x",
"@icedesign/foundation-symbol": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/theme": "^1.x",
"classnames": "^2.2.5",
"moment": "^2.23.0",
"prop-types": "^15.5.8",
"rc-animate": "^2.4.4",
"rc-queue-anim": "^1.6.5",
"rc-scroll-anim": "^2.5.5",
"rc-texty": "^0.1.1",
"rc-tween-one": "^2.2.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^5.0.1",
"react-slick": "^0.23.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@ice/spec": "^0.1.1",
"eslint": "^6.0.1",
"stylelint": "^10.1.0",
"ice-scripts": "^2.0.0",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0"
},
"scaffoldConfig": {
"builder": "ice-scripts",
"name": "ice-scroll-screen-homepage",
"title": "云栖极客派官网",
"categories": [
"官网模板"
],
"screenshot": "https://img.alicdn.com/tfs/TB1A0bMtRsmBKNjSZFsXXaXSVXa-2840-1596.png",
"screenshots": [
"https://img.alicdn.com/tfs/TB1A0bMtRsmBKNjSZFsXXaXSVXa-2840-1596.png",
"https://img.alicdn.com/tfs/TB1O05aJpzqK1RjSZFvXXcB7VXa-2860-1580.png",
"https://img.alicdn.com/tfs/TB1DxX7JCzqK1RjSZFLXXcn2XXa-2860-1580.png"
]
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-scroll-screen-homepage"
}
}