-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
{
"name": "unblock-please",
"version": "3.5.0",
"description": "Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies.",
"author": {
"email": "[email protected]",
"name": "Abdulbaki <EGGSY> Dursun ",
"url": "https://eggsy.xyz"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"watch": "npm run build -- --watch",
"build:dev": "cross-env NODE_ENV=development webpack",
"dev": "cross-env HMR=true npm run build:dev -- --watch"
},
"dependencies": {
"ejs": "^3.1.5",
"postcss-loader": "^4.2.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/runtime-corejs3": "^7.12.5",
"@types/chrome": "^0.0.129",
"archiver": "^5.2.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.8.3",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"deepmerge": "^4.2.2",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"fibers": "^5.0.0",
"file-loader": "^6.2.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.4",
"prettier": "^2.2.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"tailwindcss": "^2.0.2",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0",
"webpack-extension-reloader": "^1.1.4"
}
}