-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
44 lines (44 loc) Β· 1.18 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
{
"name": "whatsapp-chat-parser-website",
"version": "1.11.1",
"type": "module",
"private": true,
"files": [
"build/"
],
"dependencies": {
"@vitejs/plugin-react": "^4.3.3",
"jotai": "1.13.1",
"jszip": "3.10.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-linkify": "1.0.0-alpha",
"styled-components": "6.1.13",
"vite": "5.4.10",
"whatsapp-chat-parser": "4.0.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"format": "prettier --write ."
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-linkify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.3.3",
"typescript": "^5.5.3"
}
}