-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "opensourcecasino",
"version": "2.0.6",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"prepare": "husky install",
"test": "vitest --environment=jsdom",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.8",
"@vitejs/plugin-vue": "^3.2.0",
"daisyui": "^2.38.1",
"jsdom": "^21.1.0",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/forms": "^0.5.3",
"@vitest/coverage-c8": "^0.29.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.2",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.2",
"vite": "^3.0.9",
"vitest": "^0.29.2"
},
"lint-staged": {
"*.{js,yml,md,json,vue,css}": "prettier --write"
}
}