-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "dwgrossberg.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"typings": "./css-doodle.d.ts",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.4.5",
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"css-doodle": "^0.32.0",
"framer-motion": "^7.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.6.1",
"react-router-hash-link": "^2.4.3",
"save": "^2.9.0",
"use-fit-text": "^2.4.0"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"@types/react-router-hash-link": "^2.4.5",
"@vitejs/plugin-react": "^3.0.0",
"jsdom": "^20.0.3",
"typescript": "4.9.4",
"vite": "^4.0.3",
"vite-plugin-favicons-inject": "^2.1.0",
"vitest": "^0.26.2"
}
}