-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 995 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 995 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
31
{
"name": "tiktok-downloader-firefox-extension",
"version": "1.0.0",
"description": "Download tiktok videos.",
"scripts": {
"build": "TIKTOKZE_ENV=development webpack --mode production",
"build:test": "TIKTOKZE_ENV=test webpack --mode production",
"build:prod": "TIKTOKZE_ENV=production webpack --mode production",
"start": "webpack --mode development --watch"
},
"dependencies": {
"lucide-react": "^0.477.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/webextension-polyfill": "^0.12.3",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"postcss": "^8.4.49",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}