-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
44
45
{
"name": "csdt-tutorials",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@reactour/tour": "^3.1.4",
"axios": "^0.27.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"framer-motion": "^7.3.5",
"html-to-react": "^1.5.0",
"plyr": "^3.7.3",
"plyr-react": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.4.0",
"react-spinners": "^0.13.4",
"sass": "^1.54.9",
"swr": "^1.3.0",
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"vite": "^3.1.0"
}
}