-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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": "frontend-project-lvl3",
"version": "1.0.0",
"description": "frontend project lvl3",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/H9ko/frontend-project-lvl3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/H9ko/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/H9ko/frontend-project-lvl3#readme",
"dependencies": {
"@alienfast/i18next-loader": "^1.1.4",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"i18next": "^19.4.4",
"jquery": "^3.5.0",
"lodash": "^4.17.15",
"melanke-watchjs": "^1.5.2",
"popper.js": "^1.16.1",
"yup": "^0.28.4"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"html-webpack-plugin": "^4.2.0",
"style-loader": "^1.1.4",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}