forked from prinsss/twitter-web-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.59 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
{
"name": "twitter-web-exporter",
"description": "Export tweets, bookmarks, lists and much more from Twitter(X) web app.",
"version": "1.0.10",
"author": "prin <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/prinsss/twitter-web-exporter",
"bugs": "https://github.com/prinsss/twitter-web-exporter/issues",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"prepare": "husky install",
"lint": "eslint --ignore-pattern dist --ext .ts,.tsx .",
"commitlint": "commitlint --edit",
"changelog": "git-cliff -o CHANGELOG.md",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals": "1.2.2",
"@preact/signals-core": "1.5.1",
"@tabler/icons-preact": "2.44.0",
"@tanstack/table-core": "8.11.2",
"dayjs": "1.11.10",
"file-saver": "2.0.5",
"preact": "10.19.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@preact/preset-vite": "^2.7.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"git-cliff": "^1.4.0",
"husky": "^8.0.3",
"postcss-prefix-selector": "^1.16.0",
"postcss-rem-to-pixel-next": "^5.0.3",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-monkey": "^3.5.1"
}
}