-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
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
{
"name": "react-typescript",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.3",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2",
"vite": "^3.1.4"
},
"dependencies": {
"axios": "^1.1.3",
"chart.js": "^3.9.1",
"faker": "5.5.3",
"primeicons": "^6.0.1",
"primereact": "^8.7.2",
"react-chartjs-2": "^4.0.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"reactjs-popup": "^2.0.5"
}
}