jokes-bapak2/client/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2021-05-02 07:49:13 +00:00
{
2021-07-09 03:50:38 +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"
}
],
"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-09 09:19:10 +00:00
"@sveltejs/adapter-static": "^1.0.0-next.13",
2021-07-09 03:50:38 +00:00
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"cssnano": "^5.0.6",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.7.3",
"svelte-windicss-preprocess": "^4.0.12",
"tailwindcss": "^2.2.4",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.2.2",
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.4.1"
}
2021-05-02 07:49:13 +00:00
}