-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "react-boilerplate",
"version": "2.0.0",
"description": "My React Boiler Plate",
"main": "src/index.tsx",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": {
"name": "Rui Valim Jr",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4",
"postcss-custom-properties": "^14.0.4",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"dependencies": {
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-router-dom": "^6.27.0",
"styled-components": "^6.1.13",
"web-vitals": "^4.2.4"
}
}