66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@react-spring/zdog",
|
|
"version": "10.0.2",
|
|
"module": "./dist/react-spring_zdog.legacy-esm.js",
|
|
"main": "./dist/cjs/index.js",
|
|
"types": "./dist/react-spring_zdog.modern.d.mts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/react-spring_zdog.modern.d.mts",
|
|
"default": "./dist/react-spring_zdog.modern.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/cjs/react-spring_zdog.development.d.ts",
|
|
"default": "./dist/cjs/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pmndrs/react-spring.git"
|
|
},
|
|
"homepage": "https://github.com/pmndrs/react-spring#readme",
|
|
"keywords": [
|
|
"animated",
|
|
"animation",
|
|
"hooks",
|
|
"motion",
|
|
"react",
|
|
"react-native",
|
|
"spring",
|
|
"typescript",
|
|
"velocity"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Paul Henschel",
|
|
"maintainers": [
|
|
"Josh Ellis (https://github.com/joshuaellis)"
|
|
],
|
|
"dependencies": {
|
|
"@react-spring/animated": "~10.0.2",
|
|
"@react-spring/core": "~10.0.2",
|
|
"@react-spring/shared": "~10.0.2",
|
|
"@react-spring/types": "~10.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-zdog": ">=1.0",
|
|
"zdog": ">=1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
"dev": "tsup --watch",
|
|
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
|
|
"pack": "yarn pack"
|
|
}
|
|
}
|