-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
{
"name": "modal-opener-component",
"version": "1.0.1",
"description": "Show modal with any content inside this component",
"main": "dist/index.js",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"keywords": [
"modal",
"modal",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/zakariabinsaifullah/modal-opener-component"
},
"author": "Zakaria Binsaifullah",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"prop-types": "^15.8.1"
}
}