-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "feinanzeigen",
"version": "1.1.3",
"description": "Eine aufgeräumte Version der Kleinanzeigen Suche",
"private": true,
"scripts": {
"watch": "webpack --mode=development --watch --config config/webpack.config.js",
"build": "webpack --mode=production --config config/webpack.config.js",
"pack": "node pack.js",
"repack": "npm run build && npm run pack",
"format": "prettier --write --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\"",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"adm-zip": "^0.5.14",
"babel-jest": "^29.7.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"liquidjs": "^10.19.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^2.8.8",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"cheerio": "^1.0.0",
"eventemitter3": "^5.0.1"
}
}