-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "connectwithmusa.com",
"homepage": "https://connectwithmusa.com",
"private": true,
"version": "0.99",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "react-snap"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.0.7",
"@mantine/hooks": "^4.0.7",
"contentful": "^9.1.12",
"react": "^17.0.2",
"react-cusdis": "^2.1.3",
"react-dom": "^17.0.2",
"react-hook-reading-time": "^1.0.0",
"react-markdown": "^8.0.2",
"react-router-dom": "^6.2.1",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"react-snap": "^1.23.0",
"tailwindcss": "^3.0.23",
"vite": "^2.9.18"
},
"reactSnap": {
"skipThirdPartyRequests:": true,
"port": 3000
}
}