-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (101 loc) · 2.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "addintest",
"version": "0.0.2",
"description": "My package in npm",
"displayName": "kumar",
"dependencies": {
"@fullcalendar/core": "4.3.1",
"@fullcalendar/daygrid": "4.3.0",
"@fullcalendar/interaction": "4.3.0",
"@fullcalendar/react": "4.3.0",
"@fullcalendar/resource-timegrid": "4.3.0",
"@fullcalendar/resource-timeline": "4.3.0",
"@fullcalendar/timegrid": "4.3.0",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^16.18.39",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.25",
"draft-js": "^0.11.7",
"fullcalendar": "^3.10.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"react-autocomplete": "^1.8.1",
"react-big-calendar": "0.23.0",
"react-calendar": "2.19.2",
"react-data-table-component": "^7.5.3",
"react-draft-wysiwyg": "^1.15.0",
"react-multi-carousel": "^2.8.3",
"react-redux": "^8.1.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-table": "^7.8.0",
"styled-components": "^6.0.2",
"types": "./dist/esm/index.d.ts",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"copy-files": "copyfiles -u 1 src/**/*.css dist/esm/",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublish": "yarn run test && yarn run build && yarn copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumar2947/websocket1.git"
},
"peerDependencies": {
"react": ">=16"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/eslintrc": "^2.0.3",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.36",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.2",
"copyfiles": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"react",
"typescript",
"common-components"
],
"author": "kumar Dm",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumar2947/websocket1/issues"
}
}