forked from deck9/input
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.72 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
{
"name": "@deck9/input",
"version": "1.5.0",
"private": true,
"license": "GNU Affero General Public License v3.0",
"engines": {
"node": ">= 16 <=18"
},
"scripts": {
"lint": "eslint --ext .js,.ts,.vue resources/js",
"vue-tsc": "vue-tsc --noEmit -p tsconfig.build.json",
"tw-config": "tailwind-config-viewer -o",
"dev": "vite",
"build-app": "vite build -c vite.prod-app.config.mjs",
"build-classic": "vite build -c vite.prod-classic.config.mjs",
"build": "npm run lint && npm run vue-tsc && npm run build-app && npm run build-classic",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.4.4",
"browser-sync": "^2.29.3",
"jsdom": "^23.0.0",
"prettier": "^3.2.4",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"puppeteer": "^21.9.0",
"tailwind-config-viewer": "^1.7.3",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"dependencies": {
"@deck9/ui": "^0.14.6",
"@headlessui/vue": "^1.7.17",
"@highlightjs/vue-plugin": "^2.1.0",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@pinia/plugin-debounce": "^0.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/starter-kit": "^2.0.0-beta.181",
"@tiptap/vue-3": "^2.0.0-beta.90",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.10",
"@types/ziggy-js": "^1.8.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/coverage-v8": "^0.34.6",
"@vueuse/core": "^10.7.2",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"copy-text-to-clipboard": "^3.2.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"floating-vue": "^2.0.0-beta.20",
"highlight.js": "^11.9.0",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.19",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"postcss-import": "^15.1.0",
"striptags": "^3.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",
"vue-tsc": "^1.8.27",
"vue3-smooth-dnd": "^0.0.6",
"yup": "^1.3.3",
"ziggy-js": "^1.8.1"
}
}