-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.83 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
{
"name": "front-end-demo",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache .",
"lint:fix": "npm run lint --fix",
"prettier": "prettier . --write --ignore-unknown"
},
"dependencies": {
"@videojs/http-streaming": "^2.12.1",
"m3u8-parser": "^4.7.0",
"react": "^18.0.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"scheduler": "0.20.2",
"video.js": "^7.17.0",
"swiper": "^10.3.1",
"reflect-metadata": "0.2.1",
"agora-rtc-sdk-ng": "4.20.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@types/node": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.2.1",
"@types/video.js": "^7.3.28",
"@types/codemirror": "^5.60.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.0",
"vite-plugin-commonjs": "^0.10.1",
"prop-types": "15.8.1",
"websocket": "^1.0.34",
"codemirror": "^5.65.8",
"codemirror-theme-vars": "^0.1.1",
"estree-walker": "3.0.3",
"prettier": "^3.2.5",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.30.1",
"lint-staged": "^13.0.3",
"yorkie": "^2.0.0",
"sass": "^1.70.0"
}
}