-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.22 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@19h47/scripts",
"version": "0.0.0-beta.28",
"description": "Configuration and scripts",
"keywords": [],
"homepage": "https://github.com/19h47/19h47-scripts#readme",
"bugs": {
"url": "https://github.com/19h47/19h47-scripts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/19h47/19h47-scripts"
},
"license": "MIT",
"author": "Jérémy Levron <[email protected]> (https://19h47.fr)",
"bin": {
"19h47-scripts": "./bin/19h47-scripts.js"
},
"scripts": {
"dev": "webpack --mode=development --config config/webpack.config.js",
"prod": "webpack --mode=production --config config/webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "3.39.0",
"cross-spawn": "^7.0.5",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"eslint": "^9.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-import": "^2.31.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"glob-all": "^3.3.1",
"image-minimizer-webpack-plugin": "^4.1.0",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"purgecss-webpack-plugin": "^6.0.0",
"purgecss-with-wordpress": "^6.0.0",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"svg-sprite-loader": "^6.0.11",
"svg-transform-loader": "^2.0.13",
"svgo": "^3.3.2",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.14",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.7.16",
"webpack": "^5.96.1",
"webpack-cli": "^5.0.1",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "^6.0.1",
"webpack-notifier": "^1.15.0"
},
"devDependencies": {}
}