This commit is contained in:
2021-05-30 15:32:22 +02:00
commit e26bd9e608
7 changed files with 2246 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "browser_transcribe",
"version": "1.0.0",
"description": "A transcription UI for transcribing audio and video files from scratch.",
"main": "index.js",
"scripts": {
"build": "postcss css/styles.css -o build/styles.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2",
"watch": "^1.0.2"
}
}