-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.64 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
{
"name": "dota-search-front",
"version": "1.0.0",
"description": "Dota Search frontend project ----- Технологии: - TypeScript - React - Material.js - WebSocket",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode=development --open --hot",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "npx http-server build --cors -o"
},
"author": "trueni",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@mui/styled-engine": "^5.13.2",
"@reduxjs/toolkit": "^1.9.5",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/redux": "^3.6.0",
"@types/uuid": "^9.0.2",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.75",
"@webpack-cli/generators": "^3.0.7",
"css-loader": "^6.8.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"prettier": "^3.0.1",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^7.0.0"
}
}