-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
{
"name": "vue-jack",
"productName": "vue-jack",
"version": "0.0.1",
"description": "Vue-Jack is a Blackjack clone written in Vue.js",
"author": "borsTiHD",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/borsTiHD/vue-jack"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint:script": "eslint --ext .ts,vue --ignore-path .gitignore .",
"test": "vitest run --dir tests",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@fontsource/montserrat": "^4.5.11",
"@fontsource/roboto": "^4.5.7",
"@nuxt/test-utils": "^3.0.0-rc.6",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/tailwindcss": "^5.3.0",
"@pinia/nuxt": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vue/eslint-config-typescript": "^11.0.0",
"c8": "^7.12.0",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.2.0",
"nuxt": "3.0.0-rc.5",
"pinia": "^2.0.16",
"playwright": "^1.24.0",
"postcss-custom-properties": "^12.1.8",
"typescript": "^4.7.4",
"vite-plugin-eslint": "^1.6.1",
"vitest": "^0.18.1"
}
}