-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "testing-cypress",
"homepage": "https://usnightowl.github.io/testing-cypress",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"cy:open": "cypress open",
"cy:test": "cypress run --browser chrome --headed",
"prepare": "husky"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/jest": "^29.5.12",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"tailwind-merge": "^2.3.0",
"vue": "^3.4.21",
"vue-awesome-paginate": "^1.1.46",
"vue-router": "4",
"vue3-lazyload": "^0.3.8",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"cypress": "^13.13.2",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}