61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "aotds-docks",
|
|
"version": "2.3.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"lint": "prettier --check . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --write .",
|
|
"story:build": "histoire build"
|
|
},
|
|
"devDependencies": {
|
|
"@histoire/plugin-screenshot": "^0.16.1",
|
|
"@histoire/plugin-svelte": "^0.16.1",
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
"@sveltejs/kit": "^1.15.9",
|
|
"@sveltejs/vite-plugin-svelte": "^2.1.1",
|
|
"@testing-library/svelte": "^3.2.2",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@vitest/ui": "^0.30.1",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"globby": "^13.1.4",
|
|
"jest-image-snapshot": "^6.1.0",
|
|
"prettier": "~2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.0",
|
|
"showdown": "^2.1.0",
|
|
"svelte": "^3.58.0",
|
|
"typescript": "^5.0.4",
|
|
"vitest": "^0.30.1"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@yanick/updeep-remeda": "^2.2.0",
|
|
"beercss": "^3.1.3",
|
|
"histoire": "^0.16.1",
|
|
"jsdom": "^21.1.1",
|
|
"lodash": "^4.17.21",
|
|
"memoize-one": "^6.0.0",
|
|
"redux": "^4.2.1",
|
|
"remeda": "^1.14.0",
|
|
"reselect": "^4.1.8",
|
|
"svelte-copy-clipboard-action": "^0.0.3",
|
|
"svelte-moveable": "^0.38.1",
|
|
"updux": "link:../../updux",
|
|
"vite": "^4.3.3",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"prettier": {
|
|
"svelteSortOrder": "options-markup-scripts-styles",
|
|
"svelteStrictMode": false,
|
|
"svelteAllowShorthand": true,
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
]
|
|
}
|
|
}
|