-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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": "transcript-split-tool",
"private": true,
"version": "0.0.7",
"type": "module",
"scripts": {
"start": "npm run dev-ssl",
"dev": "vite",
"dev-ssl": "vite -- --ssl",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/vite": "4.0.11",
"@types/express": "^5.0.3",
"@types/node": "^24.0.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"dotenv": "^16.5.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"express": "^5.1.0",
"mammoth": "^1.9.0",
"nanoid": "^5.1.5",
"oidc-client-ts": "^3.3.0",
"react": "^19.0.0",
"react-contexify": "^6.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.6.3",
"react-router-dom": "^7.6.3",
"sass": "^1.85.1",
"tailwindcss": "4.0.11",
"typescript": "~5.7.2",
"typescript-eslint": "^8.34.0",
"vite": "^6.3.5"
}
}