forked from Swiggy/swipeable-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.75 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.75 KB
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
50
51
52
53
54
{
"name": "@petite-org/swipeable-tabs",
"version": "0.1.15",
"description": "React Tabs Component That supports Swiping across screen to switch tabs",
"keywords": [
"react",
"tabs",
"tab",
"ui",
"swipe",
"component"
],
"author": "Shreya <shreyaaatiwari@gmail.com>",
"homepage": "https://github.com/shreya0712/swipeable-tabs",
"main": "dist/index.js",
"types": "dist/index.d.js",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development parcel example/index.html --no-cache example/build",
"build": "webpack -p",
"build:analyze": "ANALYZE=true webpack -p",
"build:watch": "NODE_ENV=development webpack --watch",
"publish:npm": "npm publish --access public"
},
"peerDependencies": {
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.6.0",
"react": "^17.0.2"
},
"dependencies": {},
"devDependencies": {
"@ahrakio/witty-webpack-declaration-files": "^1.0.3",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/webpack": "^4.39.5",
"@types/webpack-dev-server": "^3.4.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"parcel": "^2.2.1",
"path": "^0.12.7",
"ts-loader": "^6.2.1",
"ts-node": "^10.4.0",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^4.5.5",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.9"
}
}