-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "maladum",
"private": true,
"version": "1.4.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"i18n": "node build/i18n.cjs",
"sprite": "node build/sprite.cjs",
"tokens": "node build/tokens.cjs"
},
"dependencies": {
"dexie": "^4.3.0",
"pinia": "^3.0.4",
"sass": "^1.97.3",
"vue": "^3.5.30",
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-vue": "^6.0.4",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"normalize.css": "^8.0.1",
"prettier": "^3.8.1",
"spritesmith": "^3.5.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.10",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^3.2.5",
"yaml": "^2.8.2"
}
}