-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "RSS-reader (by Balov V.)",
"main": "./src/js/index.js",
"scripts": {
"serve": "npx webpack serve --mode development",
"build-dev": "npx webpack --mode development",
"build-prod": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/Sckandinav/frontend-project-11"
},
"keywords": [
"RSS-agregator",
"project",
"webpack"
],
"author": "Balov V.",
"license": "ISC",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"axios": "^1.5.0",
"bootstrap": "^5.3.1",
"i18next": "^23.4.6",
"lodash": "^4.17.21",
"on-change": "^4.0.2",
"yup": "^1.2.0"
}
}