-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 882 Bytes
/
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
{
"name": "torrenttv-web",
"version": "1.0.0",
"description": "TorrentTV web frontend",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"devDependencies": {
"@types/bytes": "3.1.0",
"@types/react": "16.9.50",
"@types/react-dom": "16.9.8",
"bulma": "0.9.1",
"css-loader": "4.3.0",
"file-loader": "6.1.0",
"mini-css-extract-plugin": "0.11.3",
"source-map-loader": "1.1.0",
"style-loader": "1.2.1",
"ts-loader": "8.0.4",
"typescript": "4.0.3",
"webpack": "4.44.2",
"webpack-cli": "3.3.12"
},
"dependencies": {
"@primer/octicons-react": "11.0.0",
"bytes": "3.1.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}
}