-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 Bytes
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": "key-font-helper",
"version": "1.0.0",
"description": "Calculator key font helper",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"serve": "webpack serve",
"dev": "wrangler dev --ip=0.0.0.0 --port=8791"
},
"keywords": [],
"author": "CalcWorld",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0",
"wrangler": "^4.16.1",
"mwbot": "^2.1.3"
}
}