-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "cert-challenge-14",
"version": "0.0.0",
"license": "UNLICENSED",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest run --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@heroicons/vue": "^2.1.4",
"daisyui": "^4.12.8",
"dayjs": "^1.11.11",
"vite-plugin-terminal": "^1.2.0",
"vue": "^3.4.30"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.15",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"jsdom": "^24.1.0",
"msw": "^2.3.1",
"postcss": "^8.4.28",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.4",
"vitest": "^1.6.0"
},
"cert-ignore": [
"@vue/eslint-config-prettier",
"@vue/test-utils",
"eslint",
"eslint-plugin-vue",
"jsdom",
"msw",
"prettier",
"vitest"
]
}