-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.04 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.04 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
67
68
69
70
71
{
"name": "rss-reader",
"version": "1.0.0",
"description": "[](https://github.com/Polt0s/frontend-project-lvl3/actions)",
"main": "src/init.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "jest --colors"
},
"jest": {
"setupFilesAfterEnv": [
"./jest.setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polt0s/frontend-project-lvl3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Polt0s/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/Polt0s/frontend-project-lvl3#readme",
"dependencies": {
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"core-js": "^3.8.1",
"i18next": "^19.8.4",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"node-sass": "^5.0.0",
"on-change": "^2.2.0",
"popper.js": "^1.16.1",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.0",
"tether": "^1.4.7",
"url-loader": "^4.1.1",
"yup": "^0.29.3"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-jest": "^26.6.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.7",
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/user-event": "^12.1.10",
"css-loader": "^5.0.1",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-functional": "^3.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest-dom": "^3.2.4",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-testing-library": "^3.9.2",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"style-loader": "^2.0.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"nock": "^13.0.4"
}
}