-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
40 lines (40 loc) · 924 Bytes
/
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": "learnwithjason",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "./sites/www/bin/build.sh"
},
"devDependencies": {
"@nrwl/nx-cloud": "^16.0.5",
"@types/node": "^20.5.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.4",
"nx": "^16.5.0",
"postcss-nesting": "^12.0.1",
"vite": "^4.4.9"
},
"dependencies": {
"@astrojs/markdown-component": "^1.0.3",
"@astrojs/mdx": "^1.1.5",
"@netlify/functions": "^2.0.2",
"@sentry/browser": "^7.59.3",
"@tanstack/query-core": "^5.0.0-alpha.3",
"astro-expressive-code": "^0.31.0",
"autoprefixer": "^10.4.16",
"dotenv": "^16.0.3",
"lite-youtube-embed": "^0.3.0",
"mjml": "^4.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.14.0",
"rehype": "^13.0.0",
"tslib": "^2.3.0"
},
"workspaces": [
"sites/*",
"packages/*"
]
}