-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "RSS reader",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreyCurious/frontend-project-11.git"
},
"keywords": [
"RSS",
"JavaScript",
"project",
"JS"
],
"author": "Didenko Andrey <ded14181998@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndreyCurious/frontend-project-11/issues"
},
"homepage": "https://github.com/AndreyCurious/frontend-project-11#readme",
"devDependencies": {
"css-loader": "^6.7.3",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-module-utils": "^2.7.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"postcss-loader": "^7.1.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.2"
},
"dependencies": {
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"i18next": "^22.4.13",
"lodash": "^4.17.21",
"on-change": "^4.0.2",
"yup": "^1.0.2"
}
}