-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 897 Bytes
/
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
{
"name": "@easonlin0716/js-modal",
"version": "0.2.1",
"description": "Easy usage and lightweight vanilla js modal",
"main": "src/js-modal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch --progress"
},
"keywords": [
"modal"
],
"author": "EasonLin0716",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.5.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-remove-empty-scripts": "^0.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EasonLin0716/JS-Modal.git"
},
"bugs": {
"url": "https://github.com/EasonLin0716/JS-Modal/issues"
},
"homepage": "https://github.com/EasonLin0716/JS-Modal#readme"
}