forked from HaveAGitGat/Tdarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "Tdarr",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"lint": "eslint {imports,tests}/**/* --ext .{{t,j}s{,x}}",
"lint:fix": "eslint {imports,tests}/**/* --ext .{{t,j}s{,x}} --fix"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@emotion/core": "^10.0.28",
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@material-ui/core": "^4.9.14",
"asap": "^2.0.6",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.5.0",
"child_process": "^1.0.2",
"chokidar": "^3.4.0",
"core-js": "^3.6.5",
"dateformat": "^3.0.3",
"es5-shim": "^4.5.14",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-simple-import-sort": "^4.0.0",
"exiftool-vendored": "^8.22.0",
"ffprobe": "^1.1.0",
"ffprobe-static": "^3.0.0",
"fs-extra": "^8.1.0",
"import-fresh": "^3.2.1",
"interweave": "^12.5.0",
"is-docker": "^2.0.0",
"log4js": "^6.2.1",
"meteor-babel-helpers": "0.0.3",
"meteor-node-stubs": "^0.4.1",
"meteor-promise": "^0.8.7",
"node-schedule": "^1.3.2",
"prettier": "^1.19.1",
"promise": "^8.1.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-input-range": "^1.3.0",
"react-input-slider": "^5.1.7",
"react-json-pretty": "^2.2.0",
"react-loading": "^2.0.3",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.6.1",
"react-sweet-progress": "^1.1.2",
"react-table": "^6.11.5",
"react-tabs": "^3.1.0",
"react-toggle-button": "^2.2.0",
"reactjs-popup": "^1.5.0",
"recharts": "^1.8.5",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"shortid": "^2.2.15",
"unzipper": "^0.10.11",
"whatwg-fetch": "^3.0.0",
"zip-folder": "^1.0.0"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"chai": "^4.2.0"
}
}