-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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": "frontend-project-lvl3",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hrommi/frontend-project-lvl3.git"
},
"author": "Stepan Zasimenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hrommi/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/Hrommi/frontend-project-lvl3#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"axios-mock-adapter": "^1.18.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"jest-cli": "^26.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"css-loader": "^3.6.0",
"i18next": "^19.6.0",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"on-change": "^2.0.1",
"popper.js": "^1.16.1",
"style-loader": "^1.2.1",
"yup": "^0.29.1"
}
}