solid-spring
Version:
Like react-spring, but for SolidJS
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "solid-spring",
"version": "0.0.7",
"type": "module",
"description": "Like react-spring, but for SolidJS",
"info": "solid-spring is a spring-physics first animation library for SolidJS based on react-spring/core",
"contributors": [],
"keywords": [
"best_ecosystem",
"solidhack",
"react-spring",
"solid"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c --watch src",
"typecheck": "tsc --noEmit",
"test": "pnpm vitest"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"bin",
"*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aslemammad/solid-spring.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aslemammad/solid-spring/issues"
},
"homepage": "https://github.com/aslemammad/solid-spring#readme",
"devDependencies": {
"rollup-plugin-dts": "^4.2.0",
"solid-js": "^1.3.13"
},
"peerDependencies": {
"solid-js": "^1.3.13"
}
}