-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "rss-agregator",
"version": "1.0.0",
"description": "Web rss-agregator",
"main": "src/init.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack",
"docker-develop": "webpack serve --host 0.0.0.0 --port $PORT",
"develop": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neandreev/frontend-project-lvl3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neandreev/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/neandreev/frontend-project-lvl3#readme",
"devDependencies": {
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4.17.21",
"on-change": "^3.0.2",
"yup": "^0.32.9"
}
}