mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
36 lines
784 B
JSON
36 lines
784 B
JSON
{
|
|
"name": "tiktok-dl-web",
|
|
"description": "TikTok-DL Project Website",
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "16.0.1",
|
|
"ioredis": "5.2.2",
|
|
"next": "12.2.4",
|
|
"ow": "0.28.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"swr": "1.3.0",
|
|
"tiktok-dl-config": "*",
|
|
"tiktok-dl-core": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"format": "prettier . --write",
|
|
"start": "next start"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "12.2.4",
|
|
"@types/node": "17.0.35",
|
|
"@types/react": "18.0.17",
|
|
"@types/react-dom": "18.0.6",
|
|
"next-transpile-modules": "9.0.0",
|
|
"prettier": "2.7.1",
|
|
"tiktok-dl-config": "*",
|
|
"typescript": "latest",
|
|
"windicss-webpack-plugin": "1.7.5"
|
|
}
|
|
}
|