-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "green-code-initiative.org",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run type-check && npm run build-only",
"preview": "vite preview",
"build-only": "vite-ssg build",
"lint": "eslint \"src/**/*.{js,ts,vue}\"",
"format": "prettier --write src/",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json"
},
"dependencies": {
"@fontsource-variable/mulish": "^5.2.8",
"@unhead/vue": "^2.1.12",
"altcha": "^2.3.0",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.12.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"prettier": "^3.8.1",
"sass": "~1.98.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3",
"vite-ssg": "^28.3.0",
"vite-ssg-sitemap": "^0.10.0",
"vite-svg-loader": "^5.1.1",
"vue-tsc": "^3.2.6"
}
}