-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.96 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "isuntv-live",
"version": "0.8.3",
"private": true,
"dependencies": {
"@nestjs/cli": "^8.2.6",
"@nestjs/common": "^8.1.1",
"@nestjs/config": "^2.1.0",
"@nestjs/core": "^8.1.1",
"@nestjs/platform-express": "^8.1.1",
"@nestjs/serve-static": "^2.2.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^8.2.5",
"base64-stream": "^1.0.0",
"deep-equal": "^2.0.5",
"file-name": "^0.1.0",
"fs": "^0.0.1-security",
"hound": "^1.0.5",
"i18next": "^21.8.13",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-express-middleware": "^2.0.0",
"i18next-http-backend": "^1.4.1",
"i18next-node-fs-backend": "^2.1.3",
"imap": "^0.8.19",
"immutability-helper": "^3.1.1",
"moment": "^2.29.4",
"nest": "^0.1.6",
"nestjs-i18n": "^9.1.3",
"node-schedule": "^2.1.0",
"node-tika": "^0.0.1",
"nodemailer": "^6.7.6",
"pem": "^1.14.6",
"prettier": "^2.7.1",
"queue": "^6.0.2",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-player": "^2.10.1",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"reflect-metadata": "^0.1.13",
"sass": "^1.53.0",
"ts-custom-error": "^3.2.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4",
"webpack": "^5.73.0",
"xlsx": "^0.18.5"
},
"scripts": {
"start:react": "react-scripts start",
"start": "nest start",
"build:nest": "nest build",
"debug:nest": "nest start --debug --watch",
"build:react": "react-scripts build",
"test:react": "react-scripts test",
"eject:react": "react-scripts eject",
"check-format": "prettier --ignore-path .gitignore --list-different \"**/*.+(js|ts|json)\"",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"lint": "eslint --ignore-path .gitignore .",
"validate": "npm run lint && npm run check-format"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^4.3.8",
"lint-staged": "^13.0.3",
"react-i18next": "^11.18.1",
"video.js": "^7.19.2"
}
}