Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoyage committed Oct 8, 2024
1 parent bf150d4 commit 63c154e
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,49 @@

{
"name": "big-trip",
"version": "19.0.0",
"private": true,
"description": "Проект «Большое путешествие» от HTML Academy",
"main": "main.js",

"scripts": {
"lint": "eslint src/",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack serve --mode development --open"
},
"devDependencies": {
"eslint": "8.28.0",
"eslint-config-htmlacademy": "8.0.0"
},
"engines": {
"node": "18"

"repository":{
"type": "git",
"url": "https://github.com/DashaKukartseva/2433045-big-trip-4"
},

"dependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"dayjs": "^1.11.6",
"flatpickr": "^4.6.13",
"he": "^1.2.0"
},

"devDependencies": {
"eslint": "8.28.0",
"eslint-config-htmlacademy": "8.0.0",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"dayjs": "1.11.6",
"css-loader": "^6.7.2",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"browserslist": {

"engines": {
"node": "18"
},

"browserslist":{
"production": [
">0.2%",
"not dead",
Expand All @@ -38,4 +55,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 63c154e

Please sign in to comment.