-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
64 lines (64 loc) · 1.35 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "frontend-memo-game",
"version": "5.0.0",
"description": "technology logo memory game",
"main": "main.jsx",
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerosoul/frontend-memo-game.git"
},
"keywords": [
"game",
"memory",
"连连看",
"react",
"redux",
"frontend",
"backend",
"technology"
],
"author": "Tristan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zerosoul/frontend-memo-game/issues"
},
"homepage": "https://logo-game.yangerxiao.com/",
"dependencies": {
"body-scroll-lock": "^3.1.5",
"gitalk": "^1.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-page-visibility": "^7.0.0",
"react-redux": "^9.1.2",
"react-share": "^5.1.1",
"redux": "^5.0.1",
"styled-components": "^6.1.13",
"styled-reset": "^4.5.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.3.0",
"prettier": "^3.2.5",
"vite": "^6.0.2"
},
"browserslist": {
"production": [
">90%"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}