-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "webcimes-modal",
"version": "1.2.2",
"description": "Simply create and animate modals. It works with vanilla javascript + html + css.",
"main": "./dist/js/webcimes-modal.udm.js",
"module": "./dist/js/webcimes-modal.esm.js",
"types": "./src/ts/webcimes-modal.d.ts",
"scripts": {
"build": "webpack --config webpack.config.ts",
"watch": "webpack --config webpack.config.ts --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebCimes/webcimes-modal.git"
},
"author": "WebCimes",
"license": "MIT",
"keywords": [
"modal",
"multiple modals",
"alert",
"confirm",
"popup",
"javascript",
"vanilla javascript"
],
"bugs": {
"url": "https://github.com/WebCimes/webcimes-modal/issues"
},
"homepage": "https://github.com/WebCimes/webcimes-modal#readme",
"devDependencies": {
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"filemanager-webpack-plugin": "^8.0.0",
"mini-css-extract-plugin": "^2.7.6",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}