-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "service for aggregating RSS feeds",
"main": "src/index.js",
"private": true,
"type": "module",
"scripts": {
"start": "webpack serve",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teihden/frontend-project-11.git"
},
"author": "Teihden",
"license": "ISC",
"bugs": {
"url": "https://github.com/Teihden/frontend-project-11.git/issues"
},
"homepage": "https://github.com/Teihden/frontend-project-11#readme",
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"css-loader": "^6.8.1",
"debug": "^4.3.4",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"npm-check-updates": "^16.10.18",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.1",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"i18next": "^23.4.4",
"on-change": "^4.0.2",
"yup": "^1.2.0"
}
}