google_forms/package.json

96 lines
2.5 KiB
JSON
Raw Normal View History

2024-07-29 09:17:16 +00:00
{
"name": "google_forms",
"version": "1.0.0",
"description": "What is CodeIgniter ###################",
"main": "index.js",
"scripts": {
2024-07-29 12:34:29 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
2024-08-08 06:12:40 +00:00
"lint-php": "phpcs --standard=PSR12 && phpcbf --standard=PSR12 && php-cs-fixer fix",
2024-08-09 12:04:48 +00:00
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write ."
2024-07-29 09:17:16 +00:00
},
"repository": {
"type": "git",
"url": "https://git.aissel.com/RameshT/google_forms.git"
},
2024-07-29 12:34:29 +00:00
"lint-staged": {
2024-08-08 06:12:40 +00:00
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
2024-07-29 12:34:29 +00:00
],
2024-08-08 06:12:40 +00:00
"**/*.php": [
"phpcs --standard=PSR12",
"phpcbf --standard=PSR12",
"php-cs-fixer fix"
2024-07-29 12:34:29 +00:00
]
},
2024-07-29 09:17:16 +00:00
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2024-08-09 12:04:48 +00:00
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.3",
2024-07-29 12:34:29 +00:00
"@eslint/js": "^9.8.0",
2024-08-08 06:12:40 +00:00
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"husky": "^6.0.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3"
2024-07-29 09:17:16 +00:00
},
"dependencies": {
"ansi-escapes": "^7.0.0",
"ansi-regex": "^6.0.1",
"ansi-styles": "^6.2.1",
"braces": "^3.0.3",
"chalk": "^5.3.0",
"cli-cursor": "^5.0.0",
"cli-truncate": "^4.0.0",
"colorette": "^2.0.20",
"commander": "^12.1.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.6",
"emoji-regex": "^10.3.0",
"environment": "^1.1.0",
"eventemitter3": "^5.0.1",
"execa": "^8.0.1",
"fill-range": "^7.1.1",
"get-east-asian-width": "^1.2.0",
"get-stream": "^8.0.1",
"human-signals": "^5.0.0",
"is-fullwidth-code-point": "^4.0.0",
"is-number": "^7.0.0",
"is-stream": "^3.0.0",
"isexe": "^2.0.0",
"lilconfig": "^3.1.2",
"listr2": "^8.2.4",
"log-update": "^6.1.0",
"merge-stream": "^2.0.0",
"micromatch": "^4.0.7",
"mimic-fn": "^4.0.0",
"mimic-function": "^5.0.1",
"ms": "^2.1.2",
"npm-run-path": "^5.3.0",
"onetime": "^6.0.0",
"path-key": "^3.1.1",
"picomatch": "^2.3.1",
"pidtree": "^0.6.0",
"restore-cursor": "^5.1.0",
"rfdc": "^1.4.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^4.1.0",
"slice-ansi": "^5.0.0",
"string-argv": "^0.3.2",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"strip-final-newline": "^3.0.0",
"to-regex-range": "^5.0.1",
"which": "^2.0.2",
"wrap-ansi": "^9.0.0",
"yaml": "^2.4.5"
}
}