-
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.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 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": "1.0.0",
"description": "[](https://github.com/ToLive/frontend-project-lvl3/actions)",
"jest": {
"verbose": true,
"transformIgnorePatterns": [
"<rootDir>/node_modules/"
],
"testEnvironment": "jsdom"
},
"main": "src/init.js",
"scripts": {
"test": "jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToLive/frontend-project-lvl3.git"
},
"author": "Sergey Grabak",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToLive/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/ToLive/frontend-project-lvl3#readme",
"dependencies": {
"@popperjs/core": "^2.11.5",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"i18next": "^21.8.1",
"lodash": "^4.17.21",
"npm-check-updates": "^12.5.11",
"on-change": "^4.0.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "github:testing-library/jest-dom",
"@testing-library/user-event": "^14.2.0",
"css-loader": "^6.7.1",
"debug": "^4.3.4",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"nock": "^13.2.4",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.5.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}