-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.3 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
{
"name": "Postwork2",
"version": "1.0.0",
"description": "- [Valeria Jimeno Villegas](https://github.com/valjime95)\r - [Rogelio Magaña Tapia](https://github.com/MaganaRogelio)\r - [Obed Noe Martínez González](https://github.com/SupaStar)\r - [Sergio Gael Martínez Sarmiento](https://github.com/Searge1357)\r - [Diego Domínguez Melo](https://github.com/POWRFULCOW89)",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bulma": "^0.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SupaStar/ProyectoFinalBedu.git"
},
"bugs": {
"url": "https://github.com/SupaStar/ProyectoFinalBedu/issues"
},
"homepage": "https://github.com/SupaStar/ProyectoFinalBedu#readme"
}