-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1009 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": "kodini-tools-astro",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/vue": "^5.1.4",
"astro": "^5.17.2",
"vue": "^3.4.0",
"vue-i18n": "^9.14.0"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.3",
"@eslint/js": "^10.0.1",
"@typescript-eslint/parser": "^8.61.0",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.9.2",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.3.0",
"typescript-eslint": "^8.61.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.0"
}
}