-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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": "@hexlet/code",
"version": "1.0.0",
"description": "javascript hexlet project rss reader",
"main": "./src/init.js",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/springmelody/frontend-project-lvl3.git"
},
"author": "Aleksandr Zakharov",
"license": "ISC",
"bugs": {
"url": "https://github.com/springmelody/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/springmelody/frontend-project-lvl3#readme",
"dependencies": {
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"i18next": "^19.8.4",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"on-change": "^2.2.0",
"popper.js": "^1.14.3",
"yup": "^0.31.1"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/preset-env": "^7.12.7",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"html-webpack-plugin": "^5.0.0-alpha.14",
"style-loader": "^2.0.0",
"webpack": "^5.7.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}