-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 826 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
34
{
"name": "t-a-e-3d-carousel-reactjs",
"version": "1.0.8",
"description": "3D responsive and customizable carousel for reactJs",
"main": "./build/3DCarousel.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/terance-edmonds/3D-carousel-reactjs.git"
},
"keywords": [
"3d-carousel",
"3d-carousel-react",
"3d-carousel-customizable",
"3d-carousel-responsive"
],
"author": "T.A.Edmonds",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"react-icons": "^4.2.0"
}
}