-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.89 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@gunawanedy/react-button-slider",
"version": "1.3.1",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "webpack serve --config webpack.config.local.js",
"build": "webpack --config webpack.config.prod.js",
"lint": "eslint --ignore-path .gitignore --ext .tsx . --fix"
},
"keywords": [
"react",
"button",
"slider",
"carousel",
"scroll"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AllInOneYT/react-button-slider.git"
},
"author": "Edy Gunawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/AllInOneYT/react-button-slider/issues"
},
"homepage": "https://github.com/AllInOneYT/react-button-slider#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime-corejs3": "^7.12.13",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.8.3",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.1",
"prettier": "2.2.1",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"webpack": "^5.21.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}