-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "figmaland",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf ./dist && webpack --mode production",
"start:dev": "webpack serve --open --mode development",
"deploy:gh-page": "npm run build && bash deploy.sh"
},
"author": "Silvio Cavalcanti Bonfim",
"license": "ISC",
"devDependencies": {
"@babel/runtime": "^7.22.6",
"bootstrap": "^5.3.1",
"concat-webpack-plugin": "^0.1.1",
"copy-webpack-plugin": "^11.0.0",
"critters-webpack-plugin": "^3.0.2",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^4.5.2",
"imagemin-webp-webpack-plugin": "^3.3.6",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge-and-include-globally": "^2.3.4"
}
}