This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.7 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
{
"name": "vk-unsafe-video",
"version": "1.3.1",
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=\"--import=tsx/esm\" webpack serve --config webpack.config.ts --env --dev",
"dev:firefox": "cross-env NODE_OPTIONS=\"--import=tsx/esm\" webpack serve --config webpack.config.ts --env --firefox",
"build": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096 --import=tsx/esm\" webpack --config webpack.config.ts",
"build:ext": "yarn build && yarn build --env --firefox --env --noclear"
},
"author": "vknext",
"license": "MIT",
"description": "Расширение для возвращения галочки \"Безопасный поиск\" в разделе VK Видео. Создано командой VK Next.",
"devDependencies": {
"@types/chrome": "^0.0.270",
"@types/node": "^22.4.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"archiver": "^7.0.1",
"clear-folder": "^5.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"esbuild-loader": "^4.2.2",
"eslint": "8.57.0",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.1",
"raw-loader": "^4.0.2",
"sass-loader": "^16.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-extension-manifest-plugin": "^0.8.0",
"webpack-utf8-bom": "^1.4.0",
"yargs-parser": "^21.1.1"
},
"dependencies": {}
}