-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "react-lite-carousel",
"version": "1.3.3",
"description": "react-carousel-lite is a lightweight and minimalistic carousel component for React, designed to be simple, fast and easy to integrate into your projects.",
"main": "dist/index.js",
"files": [
"dist/",
"README.md",
"package.json"
],
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tony-S201/react-lite-carousel.git"
},
"keywords": [
"react",
"carousel",
"lite",
"slider"
],
"author": "Tony S",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tony-S201/react-lite-carousel/issues"
},
"homepage": "https://github.com/Tony-S201/react-lite-carousel#readme",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7"
}
}