-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
138 lines (138 loc) · 4.21 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "clerkent",
"version": "3.7.3",
"private": true,
"description": "quick search legal search",
"repository": "https://github.com/lacuna-technologies/clerkent.git",
"license": "EUPL-1.2",
"author": {
"name": "Huey",
"email": "hello@huey.xyz"
},
"scripts": {
"build": "npm run build:chrome && npm run build:firefox && npm run build:opera",
"build:chrome": "NODE_ENV=production TARGET_BROWSER=chrome webpack",
"build:firefox": "NODE_ENV=production TARGET_BROWSER=firefox webpack",
"build:opera": "NODE_ENV=production TARGET_BROWSER=opera webpack",
"dev:chrome": "NODE_ENV=development TARGET_BROWSER=chrome webpack --watch --progress",
"dev:firefox": "NODE_ENV=development TARGET_BROWSER=firefox webpack --watch --progress",
"dev:opera": "NODE_ENV=development TARGET_BROWSER=opera webpack --watch --progress",
"generate:icons": "babel-node scripts/generateIcons.ts --extensions \".ts\"",
"lint": "eslint . --ext .ts,.tsx --cache",
"lint:fix": "eslint . --ext .ts,.tsx --cache --fix",
"lint:staged": "lint-staged",
"prepare": "husky install",
"test": "jest --watch",
"test:ci": "jest --ci --coverage && codecov",
"test:clear-cache": "jest --clearCache",
"version": "babel-node scripts/getVersion.ts --extensions \".ts\""
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:staged"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": [
"eslint --cache --fix"
]
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"async-mutex": "^0.4.1",
"axios": "^1.6.7",
"axios-cache-interceptor": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"fuse.js": "^7.0.0",
"leven": "^4.0.0",
"memoizee": "^0.4.15",
"preact": "^10.19.6",
"preact-router": "^4.1.2",
"qs": "^6.12.0",
"react-select": "^5.8.0",
"rss-parser": "^3.13.0",
"svg-country-flags": "^1.2.10"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/node": "^7.23.9",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/preact": "^3.2.3",
"@types/jest": "^29.5.12",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.11.25",
"@types/qs": "^6.9.12",
"@types/sharp": "^0.31.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.8.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-disable": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^51.0.1",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"resolve-url-loader": "^5.0.0",
"sharp": "^0.33.2",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"typescript": "^5.4.2",
"webextension-polyfill-ts": "^0.26.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"wext-manifest-loader": "^3.0.0",
"wext-manifest-webpack-plugin": "^1.4.0"
},
"engines": {
"node": ">=20"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"pnpm": {
"supportedArchitectures": {
"os": [
"linux"
],
"cpu": [
"x64"
]
}
}
}