-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
{
"name": "hallmark-christmatch",
"description": "A concentration and memory game inspired by the most unpredictable and unique Christmas movies.",
"author": "Malthesers (Malthe Kusk Lauritsen)",
"version": "1.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/malthesers/hallmark-christmatch"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^18.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"gh-pages": "^6.1.1",
"postcss": "^8.4.27",
"prettier": "^2.8.4",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.5.3",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.8.19"
}
}