-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
46 lines (46 loc) · 1.09 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
{
"version": "3.1.0",
"scripts": {
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"deploy": "yarn build && gh-pages -d dist",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leftstick/vue-memory-game.git"
},
"keywords": [
"memory-game",
"vue",
"component"
],
"author": "Howard.Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/leftstick/vue-memory-game/issues"
},
"homepage": "https://github.com/leftstick/vue-memory-game#readme",
"engines": {
"node": ">=16.0"
},
"dependencies": {
"vue": "^3.2.45",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.11.11",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"gh-pages": "^4.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^3.2.5",
"vue-tsc": "^1.0.11"
}
}