-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 984 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
{
"name": "romario-frontend",
"version": "1.0.0",
"description": "<h2 style=\"text-align: center; font-weight: bold;\">Romario Negreiros</h2>\r <h2 style=\"text-align: center; font-weight: bold;\">Front End Developer</h2>",
"main": "index.js",
"scripts": {
"dev": "webpack serve --hot",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Romario-Negreiros/Romario-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Romario-Negreiros/Romario-frontend/issues"
},
"homepage": "https://github.com/Romario-Negreiros/Romario-frontend#readme",
"devDependencies": {
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
},
"dependencies": {
"@emailjs/browser": "^3.6.2"
}
}