-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.74 KB
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
{
"name": "@hexlet/code",
"version": "2.0.2",
"description": "RSS agregator",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/philosatom/frontend-project-lvl3.git"
},
"keywords": [
"rss",
"agregator"
],
"author": "Alexey Chernyaev",
"license": "ISC",
"bugs": {
"url": "https://github.com/philosatom/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/philosatom/frontend-project-lvl3#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@testing-library/dom": "^7.29.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.8.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"browserslist": "^4.16.3",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-functional": "^3.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-testing-library": "^4.6.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.2",
"nock": "^13.0.10",
"vercel": "^21.0.1",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"core-js": "^3.9.1",
"i18next": "^20.1.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"on-change": "^2.2.3",
"regenerator-runtime": "^0.13.7",
"yup": "^0.32.9"
},
"jest": {
"testEnvironment": "jsdom"
},
"browserslist": [
"current node"
]
}