-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.09 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
39
40
41
42
43
44
45
46
{
"name": "phi2",
"version": "0.0.1",
"private": true,
"type": "module",
"packageManager": "npm@11.6.2",
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"overrides": {
"@emnapi/core": "1.9.2",
"@emnapi/runtime": "1.9.2"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit -p tsconfig.app.json && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@openattitude/core": "^0.1.4",
"@vueuse/core": "^14.2.1",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"maplibre-gl": "^5.22.0",
"marked": "^18.0.0",
"pinia": "^3.0.4",
"typescript": "^5.9.3",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@emnapi/core": "1.9.2",
"@emnapi/runtime": "1.9.2",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"eslint": "^10.1.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.3",
"vue-tsc": "^3.2.6"
}
}