-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
{
"name": "templatus-vue",
"private": true,
"scripts": {
"format": "prettier . --write --plugin=@prettier/plugin-ruby --plugin=prettier-plugin-tailwindcss",
"test": "TZ=UTC jest",
"lint": "eslint --cache .",
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@honeybadger-io/js": "^6.10.1",
"@honeybadger-io/vue": "^6.2.0",
"@rails/actioncable": "^8.0.100",
"@rails/request.js": "^0.0.11",
"@tailwindcss/forms": "^0.5.9",
"@types/rails__actioncable": "^6.1.11",
"autoprefixer": "^10.4.20",
"pinia": "^2.3.0",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.49",
"register-service-worker": "^1.7.2",
"tailwindcss": "^3.4.17",
"timeago.js": "^4.0.2",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@prettier/plugin-ruby": "^4.0.4",
"@size-limit/file": "^11.1.6",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vue": "^9.32.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rollup": "^4.29.1",
"size-limit": "^11.1.6",
"ts-jest": "^29.2.5",
"vite": "^6.0.5",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-rails": "^0.5.0",
"vue-tsc": "^2.2.0"
},
"size-limit": [
{
"limit": "75 kB",
"path": "public/{vite,vite-dev,vite-test}/assets/*.js"
}
],
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}