-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "koteyka",
"version": "1.0.0",
"description": "Сайт гостиницы для котов и кошек «Котейка»",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"lint": "eslint . --ext .js",
"deploy": "npm run build && gh-pages -d dist"
},
"browserslist": [
"last 2 versions",
"not dead",
"not op_mini all",
"not and_uc > 0",
"not < 0.2%"
],
"engines": {
"node": "^18.18 || ^20.9 || ^22.0"
},
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.21",
"browser-sync": "^3.0.4",
"browserslist": "^4.25.4",
"browserslist-to-esbuild": "^2.1.1",
"cssnano": "^7.0.6",
"del": "^8.0.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"gh-pages": "^6.3.0",
"gulp": "^5.0.0",
"gulp-esbuild": "^0.14.1",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^6.0.1",
"gulp-sass-glob": "^1.1.0",
"postcss": "^8.5.3",
"sass": "^1.86.2",
"sharp": "^0.34.3",
"svgo": "^4.0.0",
"through2": "^4.0.2"
}
}