-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.03 KB
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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "infinite-nonogram",
"private": false,
"version": "1.2.18",
"repository": {
"url": "https://github.com/marcodcellamare/infinite-nonogram"
},
"author": {
"name": "Marco D. Cellamare",
"email": "md.cellamare@gmail.com",
"url": "https://github.com/marcodcellamare/"
},
"license": "UNLICENSED",
"created": "2025-02-13",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"lint": "eslint .",
"build": "tsc -b && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"boring-avatars": "^2.0.1",
"classnames": "^2.5.1",
"culori": "^4.0.1",
"firebase": "^12.1.0",
"howler": "^2.2.4",
"i18next": "^25.0.0",
"i18next-browser-languagedetector": "^8.0.2",
"lucide-react": "^0.542.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-ipgeolocation": "^1.4.0",
"react-router-dom": "^7.1.5",
"seedrandom": "^3.0.5",
"uuid": "^12.0.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.6",
"@types/culori": "^4.0.0",
"@types/howler": "^2.2.12",
"@types/node": "^24.3.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-transition-group": "^4.4.12",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^4.0.1",
"daisyui": "^5.0.0-beta.7",
"dotenv": "^17.2.1",
"eslint": "^9.20.0",
"eslint-import-resolver-typescript": "^4.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"gh-pages": "^6.3.0",
"globals": "^16.0.0",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^4.0.10",
"terser": "^5.39.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.22.0",
"vite": "^7.1.3",
"vite-plugin-pwa": "^1.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}