-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/Idzanaagi/frontend-project-lvl3/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Idzanaagi/frontend-project-lvl3/actions)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"dom-parser": "^1.1.5",
"html-webpack-plugin": "^5.6.0",
"i18next": "^23.11.5",
"i18next-fs-backend": "^2.3.1",
"lodash": "^4.17.21",
"on-change": "^5.0.1",
"postcss-preset-env": "^9.5.14",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/i18next-fs-backend": "^1.1.5",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}