-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 898 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
34
35
36
37
38
39
40
{
"name": "@lastofpudge/g-modal",
"version": "1.1.2",
"description": "Tiny easy to use modal with zero dependencies",
"author": "Andrii D.",
"main": "dist/gmodal.js",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/lastofpudge/GModal.git"
},
"keywords": [
"popup",
"modal",
"lightbox",
"toast",
"alert",
"typescript"
],
"scripts": {
"dev": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"build": "mix --production",
"publish": "npm publish --access public"
},
"devDependencies": {
"@types/babel__core": "^7.1.20",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.1.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
}
}