-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "RSS-reader by Rinat_K",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rinat-lucky/frontend-project-11.git"
},
"author": "Rinat_K",
"license": "ISC",
"bugs": {
"url": "https://github.com/rinat-lucky/frontend-project-11/issues"
},
"homepage": "https://github.com/rinat-lucky/frontend-project-11#readme",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-env": "^7.19.4",
"@webpack-cli/generators": "^0.1.9",
"autoprefixer": "^10.4.12",
"babel-jest": "^27.1.1",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"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",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"i18next": "^22.0.4",
"lodash": "^4.17.21",
"npm-check-updates": "^16.3.15",
"on-change": "^4.0.1",
"yup": "^0.32.11"
}
}