d2js-anim-lib
Version:
Lightweight animation library with support for React, Vue, and Angular
64 lines • 1.61 kB
JSON
{
"name": "d2js-anim-lib",
"version": "1.0.0",
"description": "Lightweight animation library with support for React, Vue, and Angular",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build",
"predeploy": "cd examples && npm install && npm run build",
"deploy": "gh-pages -d examples/build",
"prepublishOnly": "npm run build"
},
"keywords": [
"animation",
"react",
"vue",
"angular",
"typescript",
"rotate",
"bounce",
"drag"
],
"author": "Shiv Raj Bhagat",
"license": "MIT",
"devDependencies": {
"@angular/core": "^12.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.64",
"gh-pages": "^6.1.1",
"react": "^18.2.0",
"rollup": "^4.12.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vue": "^3.3.14"
},
"peerDependencies": {
"@angular/core": ">=12.0.0",
"react": ">=16.8.0",
"vue": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajshiv169/d2js.git"
},
"bugs": {
"url": "https://github.com/rajshiv169/d2js/issues"
},
"homepage": "https://rajshiv169.github.io/d2js",
"publishConfig": {
"access": "public"
}
}