This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "kordis-webapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,ts,svelte}\"",
"lint:fix": "eslint \"src/**/*.{js,ts,svelte}\" --fix",
"check": "svelte-check --tsconfig ./tsconfig.json --use-new-transformation true --output human",
"test": "npx vitest",
"test:ui": "npx vitest --ui",
"test:coverage": "npx vitest run --coverage",
"e2e": "npx playwright test",
"e2e:chrome": "npx playwright test --project=chromium",
"e2e:debug": "npx playwright test --debug",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "7.18.9",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@playwright/test": "1.25.0",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-interactions": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/addon-svelte-csf": "2.0.6",
"@storybook/builder-vite": "0.2.2",
"@storybook/svelte": "6.5.9",
"@storybook/testing-library": "0.0.13",
"@sveltejs/vite-plugin-svelte": "1.0.1",
"@tailwindcss/forms": "0.5.2",
"@testing-library/svelte": "3.1.3",
"@tsconfig/svelte": "3.0.0",
"@types/mapbox-gl": "2.7.5",
"@typescript-eslint/eslint-plugin": "5.31.0",
"autoprefixer": "10.4.8",
"babel-loader": "8.2.5",
"c8": "7.12.0",
"chromatic": "6.7.4",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "3.4.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "0.6.1",
"eslint-plugin-svelte": "^2.6.0",
"husky": "8.0.1",
"jsdom": "20.0.0",
"lint-staged": "13.0.3",
"postcss": "8.4.14",
"postcss-load-config": "4.0.1",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"svelte": "3.49.0",
"svelte-check": "2.8.0",
"svelte-loader": "3.1.3",
"svelte-preprocess": "4.10.7",
"tailwindcss": "3.1.8",
"tinro": "0.6.12",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "3.0.2",
"vitest": "0.21.1"
},
"dependencies": {
"@felte/validator-zod": "1.0.10",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"dayjs": "1.11.4",
"dotenv": "16.0.1",
"felte": "1.2.2",
"mapbox-gl": "2.9.2",
"zod": "3.17.10"
},
"lint-staged": {
"*.{css,html,js,ts,svelte}": "eslint --cache --fix"
},
"readme": "ERROR: No README data found!",
"_id": "kordis-webapp@0.0.0"
}