jokes-bapak2/client/package.json

43 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-05-02 07:49:13 +00:00
{
2021-07-09 15:44:24 +00:00
"name": "jokesbapak2-client",
"version": "0.0.1",
"license": "GPL-3.0",
"contributors": [
{
"name": "Reinaldy Rafli",
"email": "aldy505@proton.me",
2021-07-09 15:44:24 +00:00
"url": "https://github.com/aldy505"
}
],
2021-07-15 09:39:59 +00:00
"type": "module",
2021-07-09 15:44:24 +00:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --fix --ext .astro,.js,.ts --ignore-path .gitignore .",
"format": "prettier --write --ignore-path .gitignore --plugin-search-dir=. \"./**/*.(ts|json|js|astro)\""
2021-07-09 15:44:24 +00:00
},
"devDependencies": {
2023-08-12 05:26:05 +00:00
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"cssnano": "6.0.1",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-astro": "^0.31.4",
2023-08-12 05:26:05 +00:00
"prettier": "3.0.1",
"typescript": "5.3.3"
2021-07-09 15:44:24 +00:00
},
"dependencies": {
"@astrojs/check": "^0.5.2",
2023-08-12 05:26:05 +00:00
"@fontsource/fira-mono": "5.0.8",
"@fontsource/rubik": "5.0.8",
"@sentry/astro": "^7.100.1",
"@unocss/astro": "^0.58.5",
"@unocss/reset": "^0.58.5",
"astro": "^4.3.5",
"unocss": "^0.58.5"
2021-07-09 15:44:24 +00:00
}
2021-05-02 07:49:13 +00:00
}