-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.01 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "clashleaders",
"version": "2.67.7",
"packageManager": "pnpm@9.12.1",
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.25.8",
"@babel/runtime-corejs3": "^7.23.9",
"@bugsnag/js": "^7.22.4",
"@bugsnag/plugin-vue": "^7.22.4",
"@tweenjs/tween.js": "^21.0.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"buefy": "^0.9.28",
"bulma": "^0.9.4",
"bulma-badge": "^3.0.1",
"caniuse-lite": "^1.0.30001588",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.35.1",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^5.0.1",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"date-fns": "^2.30.0",
"es6-map": "^0.1.5",
"file-loader": "^6.2.0",
"flag-icon-css": "^3.5.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"jpeg-js": "^0.4.4",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.35",
"postcss-font-magician": "^3.0.0",
"postcss-loader": "^7.3.4",
"postcss-safe-parser": "^6.0.0",
"promise-polyfill": "^8.3.0",
"regenerator-runtime": "^0.13.11",
"sass": "^1.69.6",
"sass-loader": "^13.3.3",
"semver": "^7.5.4",
"store": "^2.0.12",
"style-loader": "^3.3.3",
"svg-url-loader": "^8.0.0",
"terser-webpack-plugin": "^5.3.7",
"vue": "^2.7.14",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.10.0",
"webpack-spritesmith": "^1.1.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"concurrently": "^9.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"webpack-bundle-analyzer": "^4.10.2"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js",
"start": "concurrently 'docker-compose up web' 'pnpm watch'",
"analyzer": "SHOW_ANALYZER=true nr build",
"postinstall": "husky install"
},
"lint-staged": {
"*.{js,vue,json,css,md}": [
"prettier --write"
],
"*.py": [
"direnv exec . ruff format"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/clashstats.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amir20/clash-export/issues"
},
"homepage": "https://github.com/amir20/clash-export#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}