react-starter-kit

Форк
0
/
package.json 
110 строк · 3.3 Кб
1
{
2
  "author": "SuhushinAS",
3
  "dependencies": {
4
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
5
    "@reduxjs/toolkit": "^2.2.1",
6
    "@types/node": "^20.11.20",
7
    "@types/react": "^18.2.58",
8
    "@types/react-dom": "^18.2.19",
9
    "@types/react-redux": "^7.1.33",
10
    "@types/redux": "^3.6.31",
11
    "@types/webpack-env": "^1.18.4",
12
    "baron": "^3.0.3",
13
    "history": "^5.3.0",
14
    "lodash.isequal": "^4.5.0",
15
    "normalize.css": "^8.0.1",
16
    "prettier": "^3.2.5",
17
    "react": "^18.2.0",
18
    "react-dom": "^18.2.0",
19
    "react-intl": "^6.6.2",
20
    "react-redux": "^9.1.0",
21
    "react-router": "^6.22.1",
22
    "react-router-dom": "^6.22.1",
23
    "redux": "^5.0.1"
24
  },
25
  "description": "reactStarterKit",
26
  "devDependencies": {
27
    "@babel/cli": "^7.23.9",
28
    "@babel/core": "^7.23.9",
29
    "@babel/eslint-parser": "^7.23.10",
30
    "@babel/plugin-proposal-class-properties": "^7.18.6",
31
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
32
    "@babel/plugin-transform-react-constant-elements": "^7.23.3",
33
    "@babel/plugin-transform-react-inline-elements": "^7.23.3",
34
    "@babel/plugin-transform-runtime": "^7.23.9",
35
    "@babel/preset-env": "^7.23.9",
36
    "@babel/preset-react": "^7.23.3",
37
    "@babel/preset-typescript": "^7.23.3",
38
    "@typescript-eslint/eslint-plugin": "^7.0.2",
39
    "@typescript-eslint/parser": "^7.0.2",
40
    "autoprefixer": "^10.4.17",
41
    "babel-loader": "^9.1.3",
42
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
43
    "copy-webpack-plugin": "^12.0.2",
44
    "cross-env": "^7.0.3",
45
    "css-loader": "^6.10.0",
46
    "css-minimizer-webpack-plugin": "^6.0.0",
47
    "eslint": "^8.57.0",
48
    "eslint-config-prettier": "^9.1.0",
49
    "eslint-plugin-flowtype": "^8.0.3",
50
    "eslint-plugin-import": "^2.29.1",
51
    "eslint-plugin-jsx-a11y": "^6.8.0",
52
    "eslint-plugin-prettier": "^5.1.3",
53
    "eslint-plugin-react": "^7.33.2",
54
    "eslint-plugin-react-hooks": "^4.6.0",
55
    "external-svg-sprite-loader": "^7.2.0",
56
    "html-webpack-plugin": "^5.6.0",
57
    "husky": "^9.0.11",
58
    "less": "^4.2.0",
59
    "less-loader": "^12.2.0",
60
    "lint-staged": "^15.2.2",
61
    "mini-css-extract-plugin": "^2.8.0",
62
    "postcss": "^8.4.35",
63
    "postcss-flexbugs-fixes": "^5.0.2",
64
    "postcss-gradient-transparency-fix": "^4.0.0",
65
    "postcss-loader": "^8.1.0",
66
    "style-loader": "^3.3.4",
67
    "terser-webpack-plugin": "^5.3.10",
68
    "typescript": "^5.3.3",
69
    "url-loader": "^4.1.1",
70
    "webpack": "^5.90.3",
71
    "webpack-cli": "^5.1.4",
72
    "webpack-merge": "^5.10.0"
73
  },
74
  "engineStrict": true,
75
  "engines": {
76
    "node": ">= 14.0.0",
77
    "npm": ">= 6.0.0"
78
  },
79
  "husky": {
80
    "hooks": {
81
      "pre-commit": "lint-staged"
82
    }
83
  },
84
  "keywords": [
85
    "reactStarterKit"
86
  ],
87
  "license": "UNLICENSED",
88
  "lint-staged": {
89
    "!(*min).{css,less}": [
90
      "stylelint --fix"
91
    ],
92
    "!(*min).{js,jsx}": [
93
      "eslint --fix"
94
    ]
95
  },
96
  "name": "react-starter-kit",
97
  "private": true,
98
  "repository": {
99
    "type": "git",
100
    "url": "git@github.com:SuhushinAS/react-starter-kit.git"
101
  },
102
  "scripts": {
103
    "build": "cross-env NODE_ENV=production webpack --progress --mode=production",
104
    "eslint": "eslint --ext .js,.jsx --fix ./src",
105
    "serve": "cross-env NODE_ENV=production webpack serve --mode=production",
106
    "start": "cross-env NODE_ENV=development webpack serve --mode=development",
107
    "stylelint": "stylelint ./**/*.{css,less} --fix"
108
  },
109
  "version": "0.0.1"
110
}
111

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.