-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 932 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 932 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
33
34
35
{
"name": "lordo-netto",
"version": "1.0.0",
"description": "A simple page to calculate italian net salary from gross",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"i18next": "^22.0.4",
"i18next-browser-languagedetector": "^7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"react-i18next": "^12.0.0",
"react-share": "^4.4.1",
"styled-components": "5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"babel-plugin-styled-components": "^2.0.7",
"typescript": "^4.6.4",
"typescript-plugin-styled-components": "^2.0.0",
"vite": "^3.2.0"
},
"resolutions": {
"styled-components": "^5"
}
}