forked from taewooyo/afreecaTV-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
40
41
{
"name": "AfreecaTV Plus",
"version": "1.0.23",
"description": "AfreecaTV Streaming Extension Service, AfreeecaTV Plus",
"main": "index.js",
"scripts": {
"build": "npx webpack && cp -a public/. dist && cp -a src/images/. dist/images",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "taewooyo",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.3.102",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"css-loader": "^6.9.0",
"file-loader": "^6.2.0",
"style-loader": "^3.3.4",
"swc-loader": "^0.2.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/chrome": "^0.0.256",
"axios": "^1.6.5",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"styled-components": "^6.1.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taewooyo/Prefreeca.git"
},
"bugs": {
"url": "https://github.com/taewooyo/Prefreeca/issues"
},
"homepage": "https://github.com/taewooyo/Prefreeca#readme"
}