-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.78 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
{
"name": "@hexlet/code",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "jest --colors",
"build": "npx webpack --config webpack.config-prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ivankalachikov/frontend-project-lvl3"
},
"author": "Ivan Kalachikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ivankalachikov/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/Ivankalachikov/frontend-project-lvl3#readme",
"jest": {
"modulePathIgnorePatterns": [
"__fixtures__"
]
},
"main": "./src/app.js",
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"i18next": "^19.8.8",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"on-change": "^2.2.3",
"popper.js": "^1.16.1",
"style-loader": "^2.0.0",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@testing-library/dom": "^7.29.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.8.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.1",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.0.2",
"debug": "^4.2.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"html-webpack-plugin": "^4.5.2",
"jest": "^26.6.3",
"jest-cli": "^26.6.1",
"jsdom": "^16.4.0",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^1.4.1",
"nock": "^13.0.10",
"webpack": "^5.21.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
}
}