forked from thebells1111/transcript-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 Bytes
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
{
"name": "transcript-search",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-vercel": "^2.0.4",
"@sveltejs/kit": "^1.5.0",
"fast-xml-parser": "^3.20.3",
"html-entities": "^2.3.2",
"parse-srt": "^1.0.0-alpha",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-tiny-virtual-list": "^1.1.6",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.3"
}
}