forked from pansinm/react-chrome-tabs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.34 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
50
51
52
53
54
55
56
57
58
59
{
"name": "@xuhaojun/react-chrome-tabs",
"version": "2.1.4",
"description": "React Chrome-style tabs",
"main": "dist/index.js",
"files": [
"dist/*",
"*.gif",
"css/*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pansinm/react-chrome-tabs.git"
},
"keywords": [
"chrome",
"tabs",
"html"
],
"author": "Adam Schwartz",
"license": "MIT",
"bugs": {
"url": "https://github.com/pansinm/react-chrome-tabs/issues"
},
"homepage": "https://github.com/pansinm/react-chrome-tabs#readme",
"dependencies": {
"draggabilly": "2.2.0",
"lodash.isequal": "^4.5.0",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@types/draggabilly": "^2.1.2",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^17.0.8",
"@types/react-dom": "^18.0.8",
"babel-loader": "^8.2.2",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"react": "16",
"react-dom": "16",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"prepublishOnly": "tsc",
"start": "webpack serve"
},
"publishConfig": {
"access": "public"
}
}