-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"repository": {
"type": "git",
"url": "git+https://github.com/WilhelmYakunin/frontend-project-lvl3.git"
},
"name": "@hexlet/code",
"version": "1.0.0",
"description": "rss watcher",
"main": "./src/init.js",
"scripts": {
"start": "webpack-dev-server -d --hot --config webpack.config.cjs --watch"
},
"type": "module",
"keywords": [
"rss",
"reader"
],
"author": "Wilhelm Yakunin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WilhelmYakunin/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/WilhelmYakunin/frontend-project-lvl3#readme",
"devDependencies": {
"css-loader": "^4.3.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"html-webpack-plugin": "^4.4.1",
"nodemon": "^2.0.6",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.26.1",
"bootstrap": "^4.5.2",
"i18n": "^0.13.2",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"on-change": "^2.1.2",
"popper.js": "^1.16.1",
"yup": "^0.29.3"
}
}