-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1 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
{
"name": "online-ffmpeg",
"private": true,
"version": "1.0.0",
"license": "MIT",
"repository": "git@github.com:zeh/online-ffmpeg.git",
"author": "Zeh Fernando <zeh@zehfernando.com>",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"preview": "vite preview",
"lint": "eslint src/**/*.{ts,tsx}"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.4",
"@ffmpeg/util": "^0.12.0",
"@types/node": "^20.5.0",
"classnames": "^2.3.2",
"preact": "^10.17.0",
"wouter-preact": "^2.11.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^11.2.2",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.5.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}