-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "animate-styled",
"version": "3.0.3",
"description": "library for animations CSS in react with styled-components",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "vite build",
"test": "vitest"
},
"peerDependencies": {
"react": "18.x",
"styled-components": "6.x"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^25.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"styled-components": "6.1.13",
"typescript": "5.6.2",
"vite": "^5.4.7",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.1.1"
},
"author": "Carlos Manotas <[email protected]> (https://carlosmanotas.com/)",
"repository": {
"type": "git",
"url": "https://github.com/CarlosManotas/animate-styled.git"
},
"bugs": {
"url": "https://github.com/CarlosManotas/animate-styled.git/issues"
},
"homepage": "https://github.com/CarlosManotas/animate-styled.git/#readme",
"license": "MIT",
"keywords": [
"react-component",
"react",
"styled-components",
"css",
"animation",
"animate"
],
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}