Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-scenejs-timeline

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scenejs-timeline - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

declaration/consts.d.ts

67

package.json
{
"name": "react-scenejs-timeline",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "A library that represents the timeline of Scene.js. You can control time, properties, and items.",
"main": "./dist/timeline.cjs.js",
"module": "./dist/timeline.esm.js",
"sideEffects": false,
"types": "declaration/Timeline.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"start": "react-scripts start",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"author": "",
"license": "ISC"
"keywords": [
"scene",
"scenejs",
"css",
"animate",
"animation",
"requestAnimationFrame",
"motion",
"timeline"
],
"repository": {
"type": "git",
"url": "git+https://github.com/daybrush/scenejs-timeline.git"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/scenejs-timeline/issues"
},
"homepage": "https://github.com/daybrush/scenejs-timeline#readme",
"devDependencies": {
"@daybrush/builder": "0.0.7",
"@scenejs/effects": "^0.0.6",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"print-sizes": "0.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"shape-svg": "^0.3.3",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@daybrush/utils": "^0.10.0",
"@egjs/axes": "^2.5.13",
"keycon": "^0.2.2",
"scenejs": "^1.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc