-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "react-notistack",
"version": "1.3.0",
"description": "A beautiful standalone snackbar for react",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "webpack-dev-server --open development",
"build": "webpack --mode production",
"deploy": "webpack --config publish.config.js --mode production && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4msar/react-notistack.git"
},
"keywords": [
"React",
"Notistack",
"Snackbar",
"Toastr"
],
"author": "Saiful Alam",
"license": "MIT",
"peerDependencies": {
"react": "^18.0",
"react-dom": "^18.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^5.2.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^1.4.1",
"node-sass": "^4.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}