generated from trim21/webpack-userscript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "falinks-teambuilder-helper",
"description": "A UserScript helps import teams to a Falinks Teambuilder room",
"version": "1.1.0",
"author": "txfs19260817",
"license": "WTFPL",
"scripts": {
"postversion": "git push --follow-tags",
"analize": "npm_config_report=true npm run build",
"build": "webpack --mode production --config config/webpack.config.production.cjs",
"dev": "webpack --mode development --config config/webpack.config.dev.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/txfs19260817/falinks-teambuilder-helper"
},
"private": true,
"dependencies": {
"@pkmn/sets": "^5.0.3"
},
"devDependencies": {
"@swc/core": "^1.3.28",
"@types/greasemonkey": "^4.0.4",
"browserslist": "^4.21.4",
"css-loader": "^6.7.3",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"typescript": "^4.9.4",
"userscript-metadata-webpack-plugin": "^0.2.12",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.2",
"webpack-merge": "^5.8.0"
}
}