-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "keksobooking",
"version": "22.0.0",
"private": true,
"description": "Личный проект «Кексобукинг» от HTML Academy",
"repository": {
"type": "git",
"url": "[email protected]:htmlacademy-javascript/81283-keksobooking-22.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-javascript/81283-keksobooking-22/issues"
},
"devDependencies": {
"browser-sync": "2.26.14",
"copy-webpack-plugin": "8.0.0",
"css-loader": "5.1.2",
"eslint": "7.18.0",
"eslint-config-htmlacademy": "2.0.0",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "1.3.9",
"webpack": "5.25.0",
"webpack-cli": "4.5.0"
},
"license": "MIT",
"dependencies": {
"leaflet": "1.7.1"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"start": "browser-sync start --server \"build/\" --no-ui --files \"source/**/*.js\"",
"test": "eslint source/js/"
},
"engines": {
"node": ">=12.0.0"
}
}