-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "demine",
"version": "1.0.0",
"description": "A simple implementation of the old but gold Minesweeper game",
"repository": "ms-fadaei/demine",
"license": "MIT",
"keywords": [
"Minesweeper",
"game",
"vue",
"vite",
"vitesse"
],
"author": {
"name": "Mohammad Saleh Fadaei",
"email": "ms.fadaei1997@gmail.com",
"url": "https://twitter.com/ms_fadaei"
},
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"lint": "eslint . --ext=.ts,.vue --fix"
},
"dependencies": {
"@vueuse/core": "7.5.5",
"vue": "3.2.29"
},
"devDependencies": {
"@iconify-json/carbon": "1.0.14",
"@types/node": "17.0.13",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@unocss/reset": "0.22.6",
"@vitejs/plugin-vue": "2.1.0",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "10.0.0",
"@vueuse/head": "0.7.5",
"eslint": "8.8.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "8.4.0",
"pnpm": "6.28.0",
"prettier": "2.5.1",
"typescript": "4.5.5",
"unocss": "0.22.6",
"unplugin-auto-import": "0.5.11",
"unplugin-vue-components": "0.17.15",
"vite": "2.9.13",
"vite-ssg": "0.17.9",
"vite-svg-loader": "^3.1.2"
}
}