-
-
Notifications
You must be signed in to change notification settings - Fork 916
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "homer",
"version": "25.05.2",
"type": "module",
"scripts": {
"dev": "vite",
"mock": "http-server dummy-data/ --cors",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bulma": "^1.0.4",
"lodash.merge": "^4.6.2",
"luxon": "^3.7.1",
"vue": "^3.5.14",
"yaml": "^2.8.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.1.0",
"http-server": "^14.1.1",
"prettier": "^3.5.3",
"sass-embedded": "^1.89.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0"
},
"license": "Apache-2.0",
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"pnpm": {
"neverBuiltDependencies": []
}
}