-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.11 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
{
"name": "yourdoggo",
"version": "1.0.0",
"description": "Сайт для владельцев собак",
"homepage": "https://IvanZemsky.github.io/YourDoggo",
"private": true,
"scripts": {
"start": "webpack serve --env mode=development",
"test": "jest --no-cache",
"build:dev": "webpack --env mode=development",
"build": "webpack --env mode=production",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"typecheck": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-redux": "^9.1.1",
"react-responsive": "^10.0.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"babel-jest": "^29.7.0",
"@eslint/js": "^9.7.0",
"@jest/globals": "^29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-redux": "^7.1.33",
"@types/react-transition-group": "^4.4.10",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-server": "^4.7.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"gh-pages": "^6.1.1",
"globals": "^15.8.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"prettier": "^3.3.3",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.9",
"sass": "^1.69.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.4",
"ts-jest": "^29.1.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript-eslint": "^7.17.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}