-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "trading-helper",
"displayName": "Trading Helper",
"version": "1.1.0",
"description": "I am a trading helper that helps make da big money!",
"license": "GPL-3.0-or-later",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/KirillTregubov/trading-helper.git"
},
"scripts": {
"dev": "nodemon",
"build": "vite build",
"lint": "eslint --ext .ts,.tsx,.json,.html . --fix"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"vite-plugin-css-injected-by-js": "^3.3.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@html-eslint/parser": "^0.22.0",
"@types/chrome": "^0.0.254",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.2.0",
"nodemon": "^3.0.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}