-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "customwidgetjs",
"version": "2025.11.12.1",
"description": "MinistryPlatform Custom Widgets - used for church custom widgets within the MP ecosystem.",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --mode=development",
"prod": "webpack --mode=production",
"build": "webpack --mode=production",
"create-widget": "npx tsx cli/create-widget.ts",
"cdn-url": "npx tsx cli/get-cdn-url.ts",
"make-cloud-widget": "npx tsx cli/make-cloud-widget.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/node": "^24.7.2",
"babel-loader": "^9.2.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.15.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"path": "^0.12.7",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"tsx": "^4.20.6",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"liquidjs": "^10.21.1"
}
}