forked from suhailsulu/react-carousel-3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "3d-react-carousal",
"version": "2.0.1",
"description": "3D carousel in react",
"main": "dist/index.js",
"peerDependencies": {
"react": "^15.5.4",
"react-dom": ">=15.0.1"
},
"dependencies": {
"react-fast-compare": "^2.0.1",
"webpack": "^2.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"prepublish": "if exist dist ( rmdir /s/q dist ) && npm run build",
"build": "webpack"
},
"author": "Suhail C <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/suhailsulu/react-carousel-3d.git"
},
"devDependencies": {
"react": ">=15.0.1",
"react-dom": ">=15.0.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"css-loader": "^0.28.11",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3"
},
"bugs": {
"url": "https://github.com/suhailsulu/react-carousel-3d/issues"
},
"homepage": "https://github.com/suhailsulu/react-carousel-3d#readme",
"keywords": [
"react",
"carousal",
"3d-carousal"
],
"license": "MIT"
}