-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 952 Bytes
/
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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "Rss agregator",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint .",
"develop": "npx webpack serve",
"build": "rm -rf dist && NODE_ENV=production npx webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"i18next": "^23.7.8",
"on-change": "^4.0.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"yup": "^1.3.2"
}
}