-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 982 Bytes
/
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
{
"name": "email-chart-builder",
"version": "1.0.0",
"description": "A tool for building bar charts for HTML email templates. Visit <a href=\"https://charts.email/\" target=\"_blank\">https://charts.email/</a> - 100% HTML/CSS Coded Bar Charts ⌨️ - Compatible in Dark Mode 🌙 - Mobile Responsive 📲 - No Images ❌",
"main": "index.js",
"scripts": {
"start": "webpack serve --open",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}