-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "webpack-fractals",
"version": "1.0.0",
"author": "Edison Peñuela <[email protected]>",
"description": "Aplicación generadora de fractales",
"private": true,
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"gradient-generator-ui": "^1.0.5",
"style-loader": "^2.0.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"image-minimizer-webpack-plugin": "^2.1.0",
"imagemin-optipng": "^8.0.0",
"mini-css-extract-plugin": "^1.3.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"ts-loader": "^8.0.13",
"typescript": "^4.1.3",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.0.2",
"worker-loader": "^3.0.7"
}
}