mirror of https://github.com/aotds/aotds-docks.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.8 KiB
60 lines
1.8 KiB
{ |
|
"name": "aotds-docks", |
|
"version": "2.2.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 .", |
|
"storybook": "storybook-server", |
|
"vitebook:dev": "vitebook dev", |
|
"vitebook:build": "vitebook build", |
|
"vitebook:preview": "vitebook preview" |
|
}, |
|
"devDependencies": { |
|
"@sveltejs/adapter-static": "^1.0.0-next.28", |
|
"@sveltejs/kit": "^1.0.0-next.288", |
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.38", |
|
"@testing-library/svelte": "^3.1.1", |
|
"@testing-library/user-event": "^13.5.0", |
|
"eslint": "^8.10.0", |
|
"eslint-config-prettier": "^8.4.0", |
|
"eslint-plugin-svelte3": "^3.4.1", |
|
"prettier": "~2.5.1", |
|
"prettier-plugin-svelte": "^2.6.0", |
|
"showdown": "^2.0.3", |
|
"standard-version": "^9.3.2", |
|
"storybook-builder-vite": "0.1.21", |
|
"svelte": "^3.46.4", |
|
"vitest": "^0.9.3", |
|
"vitest-svelte-kit": "^0.0.6" |
|
}, |
|
"dependencies": { |
|
"@storybook/addon-essentials": "^6.4.19", |
|
"@storybook/addon-svelte-csf": "^1.1.0", |
|
"@storybook/svelte": "^6.4.21", |
|
"@sveltejs/adapter-node": "^1.0.0-next.0", |
|
"chota": "^0.8.0", |
|
"lodash": "^4.17.21", |
|
"redux": "^4.1.2", |
|
"reselect": "^4.1.5", |
|
"rollup-plugin-analyzer": "^4.0.0", |
|
"svelte-chota": "^1.8.6", |
|
"svelte-knobby": "^0.3.4", |
|
"svelte-moveable": "^0.20.0", |
|
"ts-action": "^11.0.0", |
|
"updux": "link:/home/yanick/work/javascript/updux-js/", |
|
"webpack": "5" |
|
}, |
|
"prettier": { |
|
"svelteSortOrder": "options-markup-scripts-styles", |
|
"svelteStrictMode": false, |
|
"svelteAllowShorthand": true, |
|
"plugins": [ |
|
"prettier-plugin-svelte" |
|
] |
|
} |
|
}
|
|
|