-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 900 Bytes
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
{
"name": "pingcrm",
"private": true,
"scripts": {
"lint": "eslint --cache ."
},
"dependencies": {
"@inertiajs/vue3": "^3.6.1",
"@plausible-analytics/tracker": "^0.4.5",
"@popperjs/core": "^2.11.8",
"lodash": "^4.18.1",
"timeago.js": "^4.0.2",
"uuid": "^14.0.1",
"vue": "^3.5.40"
},
"version": "0.1.0",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.1.1",
"@vitejs/plugin-vue": "^6.0.8",
"eslint": "^10.7.0",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.7.0",
"tailwindcss": "^4.3.3",
"vite": "^8.1.5",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-rails": "^0.6.0",
"vue-eslint-parser": "^10.4.1"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"vite"
],
"engines": {
"node": ">=22"
},
"packageManager": "bun@1.3.14"
}