forked from AramRafeq/semantic-ui-carousel-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "semantic-ui-carousel-react",
"version": "1.1.3",
"description": "Carousel component for semantic-ui-react ",
"main": "dist/index.js",
"scripts": {
"dev": "npx parcel example/example.html",
"build": "npx parcel build src/index.js --no-source-maps"
},
"keywords": [
"semantic-ui-react",
"semantic-ui",
"semantic-ui-react-carousel",
"carousel",
"reactjs",
"react",
"components"
],
"author": "Aram Rafeq <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AramRafeq/semantic-ui-carousel-react"
},
"bugs": {
"url": "https://github.com/AramRafeq/semantic-ui-carousel-react/issues"
},
"homepage": "https://github.com/AramRafeq/semantic-ui-carousel-react#readme",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.0",
"uniqid": "^5.2.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"parcel": "^1.12.4",
"parcel-bundler": "1.12.4"
}
}