-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.83 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.83 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "",
"main": "src/init.js",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist",
"prepublishOnly": "npm run build",
"test": "jest --colors"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Graph1589/frontend-project-lvl3.git"
},
"author": "Stanislav Rozhnov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Graph1589/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/Graph1589/frontend-project-lvl3#readme",
"jest": {
"verbose": true,
"testURL": "http://localhost/",
"testEnvironment": "jsdom"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.15.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.1",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"debug": "^4.3.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.1.1",
"jest-cli": "^27.1.1",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.1"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"axios": "^0.21.4",
"bootstrap": "^5.1.1",
"i18next": "^21.2.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"npm-check-updates": "^11.8.5",
"on-change": "^4.0.0",
"popper.js": "^1.16.1",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"yup": "^0.32.9"
}
}