-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.83 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
66
{
"name": "@hexlet/code",
"version": "0.1.0",
"description": "RSS Feeds loader",
"scripts": {
"test": "jest --colors",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com//boldurean/frontend-project-lvl3.git"
},
"author": "Vasilii Boldurean",
"license": "ISC",
"bugs": {
"url": "https://github.com//boldurean/frontend-project-lvl3.git/issues"
},
"homepage": "https://github.com//boldurean/frontend-project-lvl3#readme",
"jest": {
"verbose": true
},
"main": "src/init.js",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/user-event": "^13.1.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.2",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-functional": "^3.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest-dom": "^3.8.0",
"eslint-plugin-testing-library": "^4.0.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.5.0",
"nock": "^13.0.11",
"prettier-eslint": "^12.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"i18next": "^20.2.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"on-change": "^2.2.3",
"popper.js": "^1.16.1",
"yup": "^0.32.9"
}
}