generated from templatus/templatus-vue
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "templatus-hotwire",
"private": true,
"scripts": {
"lint": "eslint --cache .",
"format": "prettier . --write --plugin=prettier-plugin-tailwindcss",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@honeybadger-io/js": "^6.10.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"@rails/actioncable": "^7.2.200",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"el-transition": "^0.0.7",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.47",
"register-service-worker": "^1.7.2",
"tailwindcss": "^3.4.14",
"timeago.js": "^4.0.2"
},
"version": "0.1.0",
"devDependencies": {
"@size-limit/file": "^11.1.6",
"@types/rails__actioncable": "^6.1.11",
"cypress": "^13.15.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rollup": "^4.24.3",
"size-limit": "^11.1.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-stimulus-hmr": "^3.0.0"
},
"size-limit": [
{
"limit": "55 kB",
"path": "public/{vite,vite-dev,vite-test}/assets/*.js"
}
],
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.5.1"
}