generated from JoschiZ/WCL-TS-Components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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": "wcl-report-component-ts-template",
"version": "2.1.0",
"description": "This is a template project, that allows you to write Warcraft Logs Report Components using TypeScript. ",
"main": "index.js",
"scripts": {
"run": "npx webpack",
"no-watch": "npx webpack --no-watch"
},
"type": "commonjs",
"keywords": [
"template, typescript, wow, warcraftlogs"
],
"author": "Joschi-Grey",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@eslint/js": "^8.39.0",
"@types/node": "^18.16.3",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"clipboardy": "^3.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"lz-string": "^1.5.0",
"puppeteer": "^20.1.1",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2",
"webpack-sources": "^3.2.3"
},
"dependencies": {
"glob": "^10.3.12"
}
}