-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "frontend-project-lvl3",
"private": true,
"version": "1.0.0",
"description": "RSS aggregator",
"repository": {
"type": "git",
"url": "git+https://github.com/NMVikings/frontend-project-lvl3.git"
},
"scripts": {
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"keywords": [
"hexlet",
"rss",
"webpack",
"bootstrap"
],
"author": "NMVikings",
"license": "ISC",
"bugs": {
"url": "https://github.com/NMVikings/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/NMVikings/frontend-project-lvl3#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^5.0.1",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"html-webpack-plugin": "^4.5.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"lodash-webpack-plugin": "^0.11.6",
"prettier": "2.2.1",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"i18next": "^19.8.5",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"nanoid": "^3.1.20",
"on-change": "^2.2.3",
"popper.js": "^1.16.1",
"yup": "^0.32.8"
}
}