-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
{
"name": "react-marquee-slider",
"author": "Maxim Zubarev",
"license": "MIT",
"version": "1.1.5",
"description": "The marquee slider of your wildest dreams. Only for React.js ⛺",
"homepage": "https://maximzubarev.com/projects/react-marquee-slider",
"repository": "https://github.com/mxmzb/react-marquee-slider.git",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"packageManager": "bun@1.2.18",
"workspaces": [
"example"
],
"scripts": {
"build": "tsc -p .",
"build:watch": "tsc --watch -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"peerDependencies": {
"styled-components": ">=6.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.1",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/styled-components": "^5.1.34",
"eslint": "^9.31.0",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"react-test-renderer": "^19.1.0",
"release-it": "^19.0.4",
"typescript": "^5.8.3",
"styled-components": ">=6.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"files": [
"dist",
"example"
],
"keywords": [
"react",
"marquee",
"slider",
"slider-component",
"react-component"
]
}