-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
45
46
47
48
49
50
51
{
"name": "react-easy-toast",
"version": "1.0.3",
"description": "",
"main": "/lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "MODE=development webpack -w --mode=development",
"build": "MODE=production webpack --mode=production",
"serve": "python -m SimpleHTTPServer 8089"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icepy/react-easy-toast.git"
},
"keywords": [
"toast",
"message",
"info",
"react",
"component"
],
"author": "icepy",
"license": "MIT",
"bugs": {
"url": "https://github.com/icepy/react-easy-toast/issues"
},
"homepage": "https://github.com/icepy/react-easy-toast#readme",
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"typescript": "^3.4.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@types/react": "^16.8.12",
"@types/react-dom": "^16.8.3",
"usedjs": "^1.0.2"
},
"types": "./lib/index.d.ts"
}