-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "ctvaledaluz.github.io",
"homepage": "https://ctvaledaluz.github.io/",
"private": false,
"version": "0.11.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build && mv dist build",
"clean": "rm -rf ./dist ./build",
"deploy": "gh-pages -d build && npm run clean"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^10.11.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-player": "^2.12.0",
"react-router-dom": "^6.10.0",
"react-slick": "^0.29.0",
"sort-by": "^0.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-slick": "^0.23.10",
"@vitejs/plugin-react": "^3.1.0",
"gh-pages": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^4.2.3"
}
}