-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
120 lines (120 loc) · 5.12 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
{
"name": "typescript-aniskip-extension",
"extensionName": "Aniskip",
"version": "1.8.10",
"description": "An extension which gives the option to skip anime opening and endings on various streaming sites",
"repository": "https://github.com/lexesjan/typescript-aniskip-extension",
"contributors": [
"Lexes Jan Mantiquilla <mantiquillal@gmail.com>",
"Dabreadman <tany3@tcd.ie>"
],
"license": "MIT",
"scripts": {
"analyse:chrome": "cross-env NODE_ENV=production BROWSER=chromium ANALYSE=true BUILD=true webpack --config ./webpack/webpack.prod.config.js",
"analyse:firefox": "cross-env NODE_ENV=production BROWSER=firefox ANALYSE=true BUILD=true webpack --config ./webpack/webpack.prod.config.js",
"build:dev:chrome": "cross-env NODE_ENV=development BROWSER=chromium BUILD=true webpack --config ./webpack/webpack.dev.config.js",
"build:dev:firefox": "cross-env NODE_ENV=development BROWSER=firefox BUILD=true webpack --config ./webpack/webpack.dev.config.js",
"build:prod:chrome": "cross-env NODE_ENV=production BROWSER=chromium BUILD=true webpack --config ./webpack/webpack.prod.config.js",
"build:prod:firefox": "cross-env NODE_ENV=production BROWSER=firefox BUILD=true webpack --config ./webpack/webpack.prod.config.js",
"clean": "concurrently \"yarn:clean:build\" \"yarn:clean:modules\"",
"clean:build": "rimraf -rf ./dist ./web-ext-artifacts",
"clean:modules": "rimraf -rf ./node_modules",
"dev:chrome": "cross-env NODE_ENV=development BROWSER=chromium webpack --config ./webpack/webpack.dev.config.js --watch",
"dev:firefox": "cross-env NODE_ENV=development BROWSER=firefox webpack --config ./webpack/webpack.dev.config.js --watch",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"redux-devtools": "redux-devtools --hostname=localhost --port=8000",
"start:dev:chrome": "concurrently --kill-others \"yarn:dev:chrome\" \"yarn:redux-devtools\"",
"start:dev:firefox": "concurrently --kill-others \"yarn:dev:firefox\" \"yarn:redux-devtools\"",
"start:prod:chrome": "cross-env NODE_ENV=production BROWSER=chromium webpack --config ./webpack/webpack.prod.config.js --watch",
"start:prod:firefox": "cross-env NODE_ENV=production BROWSER=firefox webpack --config ./webpack/webpack.prod.config.js --watch"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@mantiquillal/web-ext-plugin": "^1.5.1",
"@redux-devtools/cli": "^3.0.2",
"@types/chrome": "^0.0.253",
"@types/glob-to-regexp": "^0.4.4",
"@types/react": "^18.2.17",
"@types/react-color": "^3.0.10",
"@types/react-dom": "^18.2.7",
"@types/sprintf-js": "^1.1.4",
"@types/string-similarity": "^4.0.2",
"@types/tailwindcss": "^3.0.11",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"chrome-webstore-upload-cli": "^2.2.2",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.3",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"schema-utils": "^4.2.0",
"style-loader": "^3.3.3",
"to-string-loader": "^1.2.0",
"typescript": "^5.3.2",
"wait-on": "^7.2.0",
"web-ext": "^7.8.0",
"web-ext-submit": "^7.8.0",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-copy-plugin": "^0.0.4",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@headlessui/react": "^1.7.17",
"@redux-devtools/remote": "^0.8.2",
"@reduxjs/toolkit": "^1.9.7",
"entities": "^4.5.0",
"glob-to-regexp": "^0.4.1",
"ky": "^0.33.3",
"lodash": "^4.17.21",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"sprintf-js": "^1.1.3",
"string-similarity": "^4.0.4",
"tailwindcss": "^3.3.5",
"type-fest": "^4.8.3",
"uuid": "^9.0.1",
"webextension-polyfill-ts": "^0.26.0"
},
"packageManager": "yarn@3.7.0"
}