-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 873 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
{
"name": "atlas-insight-initiative-website",
"version": "0.0.1",
"private": true,
"description": "Website for the Atlas Insight Initiative",
"author": "NMSCD",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"format": "oxfmt",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"lint:ci": "oxlint --deny-warnings"
},
"dependencies": {
"@quasar/extras": "^1.17.0",
"quasar": "^2.18.6",
"sass": "^1.97.3",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.10.0",
"@types/node": "^25.0.10",
"@vitejs/plugin-vue": "^6.0.3",
"oxfmt": "^0.26.0",
"oxlint": "^1.42.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
},
"productName": "Atlas Insight Initiative"
}