-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.83 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "lzt-stats",
"version": "2.0.0",
"description": "Detailed statistics of your activity on Lolzteam",
"source": "src/index.js",
"main": "src/index.js",
"type": "module",
"scripts": {
"build:default": "webpack build -c webpack.config.js",
"build:min": "webpack build -c webpack.config.js --env build_type=minify",
"build": "npm run build:default && npm run build:min",
"dev": "webpack serve --node-env development",
"lint": "npx eslint .",
"lint-fix": "npx eslint . --fix",
"format": "prettier --write --ignore-unknown \"src/**/*.{html,css,scss,cjs,js,ts,json}\"",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzt-upgrade/lzt-stats.git"
},
"keywords": [
"lolzteam",
"lolz",
"utility",
"zelenka",
"lzt",
"lzt-stats",
"lztstats",
"stats",
"forum"
],
"author": "Toil",
"license": "MIT",
"bugs": {
"url": "https://github.com/lzt-upgrade/lzt-stats/issues"
},
"homepage": "https://github.com/lzt-upgrade/lzt-stats#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.2.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-userscript": "^3.2.2"
},
"dependencies": {
"mini-css-extract-plugin": "^2.7.7",
"svelte": "^4.2.8",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}