-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
{
"name": "presentacion",
"homepage": "./",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 4001",
"build": "vite build --base=./",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@types/reveal.js": "^5.0.3",
"apexcharts": "^3.50.0",
"axios": "^0.27.2",
"cors-anywhere": "^0.4.4",
"fast-xml-parser": "^4.0.9",
"framer-motion": "^6.5.1",
"history": "^5.3.0",
"html-react-parser": "^5.1.10",
"ol": "^6.15.1",
"react": "^18.2.0",
"react-accessible-treeview": "^2.9.1",
"react-apexcharts": "^1.4.1",
"react-copy-to-clipboard": "^5.1.0",
"react-data-table-component": "^7.5.2",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.3.0",
"react-scroll-motion": "^0.3.0",
"react-scroll-parallax": "^3.3.1",
"react-scroll-to-top": "^3.0.0",
"react-tooltip": "^5.27.1",
"react-xml-parser": "^1.1.8",
"reveal.js": "^5.1.0",
"sass": "^1.54.4",
"styled-components": "^5.3.5",
"swiper": "^11.1.5",
"txml": "^5.1.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}