-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
106 lines (106 loc) · 3.58 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
{
"$schema": "https://json.schemastore.org/package",
"name": "Popup-my-Bookmarks",
"version": "8.1.1",
"private": true,
"description": "A more efficient way to view and manage your bookmarks menu.",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "husky",
"prettier": "prettier --ignore-path=node_modules/@foray1010/prettier-config/prettierignore",
"remark": "remark --frail --ignore-path=node_modules/@foray1010/remark-preset/remarkignore --ignore-path-resolve-from=cwd --silently-ignore",
"stylelint": "stylelint --ignore-path=node_modules/@foray1010/stylelint-config/stylelintignore"
},
"dependencies": {
"@fontsource/archivo-narrow": "5.1.1",
"@tanstack/react-query": "5.64.1",
"@tanstack/react-query-devtools": "5.64.1",
"@tanstack/react-virtual": "3.11.2",
"classix": "2.2.0",
"constate": "3.3.2",
"core-js": "3.40.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"use-debounce": "10.0.4",
"use-deep-compare": "1.3.0",
"use-resize-observer": "9.1.0",
"use-typed-event-listener": "4.0.2",
"webextension-polyfill": "0.12.0"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@foray1010/eslint-config": "13.0.3",
"@foray1010/jest-preset": "5.1.0",
"@foray1010/prettier-config": "11.0.1",
"@foray1010/remark-preset": "10.0.2",
"@foray1010/stylelint-config": "15.0.0",
"@foray1010/tsconfig": "13.0.0",
"@size-limit/file": "11.1.6",
"@svg-use/webpack": "0.3.1",
"@swc/core": "1.10.9",
"@swc/jest": "0.2.37",
"@tanstack/eslint-plugin-query": "5.62.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@transifex/api": "7.1.3",
"@types/duplicate-package-checker-webpack-plugin": "2.1.5",
"@types/firefox-webext-browser": "120.0.4",
"@types/jest": "29.5.14",
"@types/node": "22.10.10",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/script-ext-html-webpack-plugin": "2.1.6",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/zip-webpack-plugin": "3.0.6",
"chrome-manifest-loader": "0.3.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"csstype": "3.1.3",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"eslint": "9.11.1",
"extract-loader": "5.1.0",
"file-loader": "6.2.0",
"html-inline-css-webpack-plugin": "1.11.2",
"html-webpack-plugin": "5.6.3",
"husky": "9.1.7",
"ignore-sync": "8.0.0",
"image-process-loader": "1.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lightningcss": "1.29.1",
"lightningcss-loader": "2.1.0",
"lint-staged": "15.4.3",
"mini-css-extract-plugin": "2.9.2",
"node-notifier": "10.0.1",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"postcss-normalize": "13.0.1",
"prettier": "3.4.2",
"remark-cli": "12.0.1",
"script-ext-html-webpack-plugin": "2.1.5",
"sharp": "0.33.5",
"size-limit": "11.1.6",
"stylelint": "16.13.2",
"svgo": "3.3.2",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.11",
"type-coverage": "2.29.7",
"typed-css-modules": "0.9.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"yaml-loader": "0.8.1",
"zip-webpack-plugin": "4.0.3"
},
"packageManager": "yarn@4.6.0",
"engines": {
"node": ">=20.11.0"
}
}