-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"version": "2.2.1",
"name": "validation-form",
"description": "Customized form with validation for different types of fields.",
"author": "[email protected]",
"license": "ISC",
"type": "module",
"main": "index.js",
"scripts": {
"install:clean": "rm -rf node_modules package-lock.json",
"prepare": "husky",
"deploy": "chmod +x ./deploy.sh && ./deploy.sh"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^3.0.3",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"husky": "^9.1.7",
"sass": "^1.83.1"
},
"engines": {
"node": "20.18.0",
"npm": "10.8.2",
"gulp-cli": "3.0.0"
}
}