-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.67 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": "ohminesweeper.online",
"version": "1.2.0",
"homepage": "https://ohminesweeper.online",
"description": "💣💥 An old style minesweeper game built with React, Next.js, and Tailwind CSS.",
"keywords": [
"minesweeper",
"game",
"react",
"nextjs",
"tailwindcss",
"typescript"
],
"private": false,
"scripts": {
"dev": "next dev -p 3888",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"98.css": "^0.1.20",
"@ducanh2912/next-pwa": "^10.2.9",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@reduxjs/toolkit": "^2.3.0",
"@types/mdx": "^2.0.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"eslint": "8.56.0",
"eslint-config-next": "14.2.9",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"idb-keyval": "^6.2.1",
"next": "14.2.15",
"postcss": "8.4.49",
"react": "18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-redux": "^9.1.2",
"react-share": "^5.1.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"xp.css": "^0.3.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/file-saver": "^2.0.7",
"eslint-plugin-mdx": "^3.1.5",
"patch-package": "^8.0.0",
"postcss-import": "^16.1.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}