-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "vite-react-starter",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"i18next": "^21.8.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.18.1",
"react-phone-number-input": "^3.2.11"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"daisyui": "^2.6.0",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "^7.30.1",
"postcss": "^8.4.7",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite-tsconfig-paths": "^3.5.0"
}
}