mirror of
https://github.com/Nezumi-2711/typescript-training.git
synced 2026-09-22 13:48:29 +00:00
33 lines
917 B
JSON
33 lines
917 B
JSON
{
|
|
"name": "typescript-practice",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "parcel src/pages/*.html",
|
|
"build": "parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/core-js": "^2.5.6",
|
|
"@types/regenerator-runtime": "^0.13.2",
|
|
"firebase": "^10.4.0",
|
|
"parcel": "^2.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.9.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
"@typescript-eslint/parser": "^6.7.3",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"prettier": "^3.0.3",
|
|
"process": "^0.11.10",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|