-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 3.05 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
{
"name": "realtwit",
"version": "1.1.0",
"description": "A extension that shows who is truly verified on Twitter and who paid",
"private": true,
"homepage": "RealTwit.org",
"type": "module",
"scripts": {
"start": "tsx webpack/development.ts ",
"start:firefox": "tsx webpack/development.ts --firefox",
"start:safari": "tsx webpack/development.ts --safari",
"build": "tsx webpack/production.ts",
"release": "tsx webpack/release.ts",
"build:firefox": "tsx webpack/production.ts --firefox",
"build:safari": "tsx webpack/production.ts --safari",
"devtools": "react-devtools",
"lint": "eslint ./ --ext .ts,.tsx"
},
"dependencies": {
"chrome-extension-toolkit": "^0.0.21",
"crypto-browserify": "^3.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@svgr/webpack": "^6.5.1",
"@types/chrome": "^0.0.204",
"@types/node": "^18.14.4",
"@types/prompts": "^2.4.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"archiver": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^5.2.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"copy-webpack-plugin": "^11.0.0",
"create-file-webpack": "^1.0.2",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"esbuild-loader": "^2.20.0",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-prefer-function-component": "^3.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"path": "^0.12.7",
"prettier": "^2.8.1",
"prompts": "^2.4.2",
"react-dev-utils": "^12.0.1",
"react-devtools": "^4.27.1",
"sass-loader": "^13.2.0",
"semantic-release": "^19.0.5",
"semver": "^7.3.8",
"simple-git": "^3.15.1",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tsx": "^3.12.1",
"typescript": "^4.9.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-build-notifier": "^2.3.0",
"webpack-dev-server": "^4.11.1"
}
}