-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
43
44
{
"name": "toastjs-tiny",
"version": "1.1.3",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"release": "npm run build && changeset publish"
},
"keywords": [
"toast",
"messgae",
"notification",
"javascript"
],
"author": "Hung",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.20.2",
"@changesets/cli": "^2.26.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://github.com/hunghg255/toast"
},
"bugs": {
"url": "https://github.com/hunghg255/toast/issues"
},
"homepage": "https://github.com/hunghg255/toast#readme"
}