-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "tab-butler",
"version": "1.0.0-beta.4",
"description": "A tab manager at your service",
"main": "index.js",
"scripts": {
"start": "nodemon",
"build": "vite build",
"launch-browser": "ts-node dev_browser.ts",
"lint": "eslint src",
"format": "prettier --write ."
},
"devDependencies": {
"@preact/preset-vite": "^2.6.0",
"@types/chrome": "^0.0.248",
"@types/lodash.debounce": "^4.0.8",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@types/webextension-polyfill": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"nodemon": "^3.0.1",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"terser": "^5.22.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@react-icons/all-files": "^4.1.0",
"csstype": "^3.1.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"focus-trap-react": "^10.2.3",
"lodash.debounce": "^4.0.8",
"nanoid": "^5.0.2",
"preact": "^10.18.1",
"puppeteer": "^21.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-spinners": "^0.13.8",
"react-virtuoso": "^4.6.2",
"webextension-polyfill": "^0.10.0",
"zustand": "^4.4.4"
},
"keywords": [],
"author": "",
"license": "MIT"
}