jokes-bapak2/client/package.json

49 lines
1.4 KiB
JSON
Raw 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@tutanota.com",
"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": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --fix --ext .svelte,.js,.ts --ignore-path .gitignore .",
"format": "prettier --write --ignore-path .gitignore --plugin-search-dir=. \"./**/*.(ts|json|js|svelte)\""
},
"devDependencies": {
2021-07-15 09:39:59 +00:00
"@sveltejs/adapter-static": "1.0.0-next.13",
"@sveltejs/kit": "1.0.0-next.129",
2021-08-04 11:58:51 +00:00
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"cssnano": "5.0.7",
"eslint": "7.32.0",
2021-07-15 09:39:59 +00:00
"eslint-config-prettier": "8.3.0",
"eslint-plugin-svelte3": "3.2.0",
"prettier": "2.3.2",
"prettier-plugin-svelte": "2.3.1",
2021-08-04 11:58:51 +00:00
"svelte": "3.41.0",
"svelte-check": "2.2.4",
2021-07-15 09:39:59 +00:00
"svelte-preprocess": "4.7.4",
"svelte-windicss-preprocess": "4.0.12",
"tslib": "2.3.0",
"typescript": "4.3.5"
2021-07-09 15:44:24 +00:00
},
"dependencies": {
2021-07-15 09:39:59 +00:00
"@fontsource/fira-mono": "4.5.0",
"@fontsource/rubik": "4.5.0",
2021-08-04 11:58:51 +00:00
"@sentry/browser": "6.10.0",
2021-07-15 09:39:59 +00:00
"dotenv": "10.0.0",
2021-07-17 15:40:55 +00:00
"ohmyfetch": "^0.2.0",
2021-07-15 09:39:59 +00:00
"svelte-i18n": "3.3.9"
2021-07-09 15:44:24 +00:00
}
2021-05-02 07:49:13 +00:00
}