generated from templatus/templatus-vue
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 2.07 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
{
"name": "templatus-inertia",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"format": "prettier . --write --plugin=@prettier/plugin-ruby --plugin=prettier-plugin-tailwindcss",
"test": "vitest",
"lint": "eslint --cache .",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@honeybadger-io/js": "^6.10.1",
"@inertiajs/svelte": "^1.2.0",
"@rails/actioncable": "^7.2.200",
"@tabler/icons-svelte": "^3.22.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"plausible-tracker": "^0.3.9",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@prettier/plugin-ruby": "^4.0.4",
"@size-limit/file": "^11.1.6",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/svelte": "^5.0.4",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/rails__actioncable": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitest/coverage-v8": "^2.1.5",
"acorn": "^8.14.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.46.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"size-limit": "^11.1.6",
"svelte": "^5.2.7",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-rails": "^0.5.0",
"vitest": "^2.1.5"
},
"size-limit": [
{
"limit": "75 kB",
"path": "public/{vite,vite-dev,vite-test}/assets/*.js"
}
],
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}