-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.44 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test:unit": "vitest --coverage --ui",
"ci:unit": "LARAVEL_BYPASS_ENV_CHECK=1 CI=1 vitest --run --watch=false",
"format:write": "prettier ./resources/js --write",
"format:check": "prettier ./resources/js --check",
"lint:check": "eslint ./resources/js",
"lint:write": "eslint ./resources/js --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@eslint/js": "^9.2.0",
"@inertiajs/vue3": "^1.0.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-themes": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/vue": "^8.0.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"autoprefixer": "^10.4.17",
"axios": "^1.6.4",
"eslint": "^9.2.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.2.0",
"happy-dom": "^14.11.0",
"laravel-echo": "^1.16.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"prettier": "^3.2.5",
"pusher-js": "^8.4.0-rc2",
"storybook": "^8.1.10",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.2.6",
"vitest": "^2.0.5",
"vue": "^3.5.8"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.0.18",
"@thin-storage/core": "^1.0.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vueuse/core": "^11.1.0",
"altcha": "^0.2.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"esbuild": "^0.20.0",
"file-saver": "^2.0.5",
"html-to-rtf": "^2.1.0",
"plotly.js-dist": "^2.27.1",
"quill": "^2.0.2",
"quill-cursors": "^4.0.2",
"quill-delta": "^5.0.0",
"tailwind-merge": "^2.5.2",
"vue-draggable-plus": "^0.5.6",
"vue3-plotly": "^0.0.7"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}