-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 KB
/
package.json
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
47
48
49
50
51
{
"name": "mima-live",
"type": "module",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "An online cryptography tool based on mima-kit",
"author": "RSoraM",
"license": "MIT",
"homepage": "https://rsoram.github.io/mima-live",
"repository": {
"type": "git",
"url": "git+https://github.com/RSoraM/mima-live.git"
},
"scripts": {
"dev": "vite --host",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"release": "bumpp"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@eslint/js": "^9.17.0",
"@iconify/json": "^2.2.287",
"@iconify/tailwind": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vueuse/core": "^11.3.0",
"@vueuse/router": "^11.3.0",
"autoprefixer": "^10.4.20",
"bumpp": "^9.9.2",
"daisyui": "^4.12.22",
"eslint": "^9.17.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"mima-kit": "^0.0.8",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.6.2",
"typescript-eslint": "^8.18.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vue-router": "^4.5.0",
"vue-tsc": "2.0.29"
}
}