-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.27 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
{
"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",
"scripts": {
"build": "tsc -p .",
"build:watch": "tsc --watch -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"peerDependencies": {
"styled-components": ">=5.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^3.3.0",
"@types/node": "^14.18.22",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.25",
"eslint": "^7.32.0",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"release-it": "^14.14.3",
"styled-components": "^5.3.5",
"typescript": "^4.7.4"
},
"files": [
"dist",
"example"
],
"keywords": [
"react",
"marquee",
"slider",
"slider-component",
"react-component"
],
"packageManager": "[email protected]"
}