-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "tunangn-html-modal",
"version": "1.6.3",
"description": "Use to show dialog, message for HTML",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build:bundle": "rimraf bundle && tsc -p tsconfig.bundle.json",
"build:webpack": "rimraf dist && webpack",
"build:rollup": "rimraf dist && rollup -c --bundleConfigAsCjs"
},
"keywords": [
"html-modal",
"html-dialog",
"html-dialog-modal",
"modal",
"snackbar",
"side"
],
"bugs": {
"url": "https://github.com/NguyenAnhTuan1912/tunangn-html-modal/issues"
},
"homepage": "https://github.com/NguyenAnhTuan1912/tunangn-html-modal",
"author": "Nguyen Anh Tuan",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"rimraf": "^5.0.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"ts-loader": "^9.4.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
}