-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
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
{
"name": "julnarot.github.io",
"private": true,
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:version": "echo 'export const VERSION = '$(npm pkg get version)';' > src/constants/version.js",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"i18next": "^24.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.19",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^5.4.14"
}
}