-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 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
{
"name": "calculadora_de_notas_iesb",
"version": "1.0.0",
"description": "calculadora_de_notas_iesb",
"main": "index.js",
"scripts": {
"dev": "webpack server --mode development --config webpack.config.js",
"start": "webpack server --mode production --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WesleyAdriann/calculadora_de_notas_iesb.git"
},
"keywords": ["iesb", "notas"],
"author": "Wesley Adriann",
"license": "ISC",
"bugs": {
"url": "https://github.com/WesleyAdriann/calculadora_de_notas_iesb/issues"
},
"homepage": "https://github.com/WesleyAdriann/calculadora_de_notas_iesb#readme",
"devDependencies": {
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}