-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@monorepo/solid-spring",
"version": "0.0.0",
"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",
"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": [],
"scripts": {},
"keywords": [
"best_ecosystem",
"solidhack",
"react-spring",
"solid"
],
"author": "M. Bagher Abiat",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"esbuild": "^0.14.27",
"rollup-plugin-esbuild": "^4.8.2"
}
}