-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "@techstack/react-confirm-alert",
"version": "1.3.294",
"description": "react component confirm dialog.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/react-confirm-alert.esm.js",
"exports": {
".": {
"import": "./dist/react-confirm-alert.esm.js",
"require": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"typings": "dist/types/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "tcm lint",
"build": "tcm build"
},
"license": "MIT",
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@techstack/tcm-cli": "workspace:*",
"@types/node": "^20.5.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.34.2",
"prettier": "3.3.0",
"typescript": "5.4.5"
}
}