forked from templatus/templatus-hotwire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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 --ext .js,.ts --cache .",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@honeybadger-io/js": "^6.7.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actioncable": "^7.1.2",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"el-transition": "^0.0.7",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.32",
"register-service-worker": "^1.7.2",
"tailwindcss": "^3.3.6",
"timeago.js": "^4.0.2"
},
"version": "0.1.0",
"devDependencies": {
"@prettier/plugin-ruby": "^4.0.3",
"@size-limit/file": "^11.0.1",
"@types/rails__actioncable": "^6.1.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"cypress": "^13.6.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"rollup": "^4.7.0",
"size-limit": "^11.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-plugin-full-reload": "^1.1.0",
"vite-plugin-ruby": "^5.0.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"
}
}