-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "evolonix.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"typegen": "react-router-next typegen",
"prebuild": "npm run typegen",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "vite preview",
"generate:icons": "node scripts/generate-icons.mjs",
"generate:social": "node scripts/generate-social.mjs",
"generate:splash": "node scripts/generate-splash.mjs"
},
"dependencies": {
"@evolonix/react-router-next": "^3.6.0",
"@tailwindcss/vite": "^4.3.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^7.17.0",
"shiki": "^4.2.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@evolonix/react-router-next-devtools": "^0.1.1",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-react-router-next": "^0.2.0",
"globals": "^17.6.0",
"opentype.js": "^2.0.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"sharp": "^0.34.5",
"typescript": "~6.0.2",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16"
}
}