-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
35
36
37
38
{
"name": "dzervit",
"version": "0.1.7",
"description": "SaaS to land the sickest burn on those who deserve a bad joke",
"main": "index.js",
"scripts": {
"start": "webpack --mode development --progress --profile --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzervas/dzervit.git"
},
"author": "Dimitris Zervas",
"license": "Beerware",
"bugs": {
"url": "https://github.com/dzervas/dzervit/issues"
},
"homepage": "https://github.com/dzervas/dzervit#readme",
"dependencies": {
"mvp.css": "^1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"style-loader": "4.0.0",
"webpack-dev-server": "5.0.4"
}
}