fullpage-scroll-component
Version:
Stepped Scroll Component Library.
88 lines (87 loc) • 2.4 kB
JSON
{
"name": "fullpage-scroll-component",
"version": "0.0.48",
"author": {
"name": "Han-D-Peter",
"email": "jaesung.sound@gmail.com"
},
"description": "Stepped Scroll Component Library.",
"repository": {
"type": "git",
"url": "git://github.com/Han-D-Peter/fullpage-scroll-component.git"
},
"homepage": "https://dulcet-fairy-055d1f.netlify.app/",
"license": "MIT",
"keywords": [
"Scroll",
"Step Scroll",
"Scroll Component"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"dependencies": {
"lodash": "^4.17.21",
"react-scripts": "5.0.1",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "rm -rf dist && mkdir dist && rollup -c",
"deploy": "rm -rf dist && mkdir dist && rollup -c && npm publish"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.192",
"@types/node": "^16.18.23",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.5.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"react-test-renderer": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
}
}