-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "twitter-web-exporter",
"description": "Export tweets, bookmarks, lists and much more from Twitter(X) web app.",
"version": "1.2.1-beta.6",
"author": "prin <hi@prin.studio>",
"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",
"lint": "eslint .",
"commitlint": "commitlint --edit",
"changelog": "git-cliff -o CHANGELOG.md",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals": "1.3.0",
"@preact/signals-core": "1.8.0",
"@tabler/icons-preact": "3.19.0",
"@tanstack/table-core": "8.20.5",
"dayjs": "1.11.13",
"dexie": "4.0.9",
"dexie-export-import": "4.1.2",
"file-saver": "2.0.5",
"i18next": "23.16.2",
"preact": "10.24.3"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@preact/preset-vite": "^2.9.1",
"@types/eslint__js": "^8.42.3",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"git-cliff": "^2.6.1",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"postcss-prefix-selector": "^2.1.0",
"postcss-rem-to-pixel-next": "^5.0.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9",
"vite-plugin-i18next-loader": "^2.0.14",
"vite-plugin-monkey": "^4.0.6"
}
}