-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "genesis-frontend-school",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:BudakovDmitry/Genesis-Front-End-School.git",
"homepage": "https://budakovdmitry.github.io/Genesis-Front-End-School",
"author": "Budakov Dmitry <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"gh-pages": "^5.0.0",
"hls.js": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hls-player": "^3.0.7",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.8.1",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.6",
"swr": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}