D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
@react-spring
/
web
/
Filename :
package.json
back
Copy
{ "name": "@react-spring/web", "version": "9.7.5", "module": "./dist/react-spring_web.legacy-esm.js", "main": "./dist/cjs/index.js", "types": "./dist/react-spring_web.modern.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/react-spring_web.modern.d.ts", "import": "./dist/react-spring_web.modern.mjs", "require": "./dist/cjs/index.js" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": "pmndrs/react-spring", "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": "~9.7.5", "@react-spring/core": "~9.7.5", "@react-spring/shared": "~9.7.5", "@react-spring/types": "~9.7.5" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.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" } }