-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "inicio",
"version": "1.0.0",
"description": "",
"private": true,
"keywords": [
"francisco fajardo",
"fajardo",
"escuela tecnica",
"caricuao",
"liceo"
],
"author": "E.T. \"Francisco Fajardo\"",
"license": "Apache-2.0",
"scripts": {
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production",
"format": "prettier --write ."
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.8",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^5.0.0",
"prettier": "^2.2.1",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"browserslist": [
"defaults"
]
}