-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.28 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
76
77
{
"name": "mrdeveloper",
"version": "1.4.4",
"type": "module",
"packageManager": "pnpm@10.20.0",
"homepage": "https://www.mrdeveloper.com.br/",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/JaegerCaiser/mrdeveloper.git"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.8.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.0",
"@vercel/analytics": "^1.5.0",
"i18next": "^25.6.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.552.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.3.5",
"three": "^0.181.2",
"web-vitals": "^5.1.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --ignore-pattern scripts/** --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --ignore-pattern scripts/** --fix",
"lint:yaml": "yamllint .github/workflows/*.yml",
"preview": "vite preview",
"test:ci": "echo 'No tests configured yet - add tests to this script'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/three": "^0.181.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"sass": "^1.93.2",
"semantic-release": "^25.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vercel": "^48.8.2",
"vite": "^7.2.0",
"yaml-lint": "^1.7.0"
}
}