-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "react-javascript",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "react-scripts test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"css-loader": "^7.1.2",
"deepmerge": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^5.4.11"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.6",
"chart.js": "^4.4.3",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"remark-autolink-headings": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-slug": "^7.0.1",
"styled-components": "^6.1.11",
"uuid": "^10.0.0"
}
}