-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
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
{
"name": "web-science",
"private": true,
"type": "module",
"version": "0.0.1",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"build:prod": "NODE_ENV=production astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@slides/source-ai-workflow": "workspace:*",
"@slides/source-css-scroll-state": "workspace:*",
"@slides/source-figma-beyond-design": "workspace:*",
"@astrojs/mdx": "^4.3.6",
"astro": "^5.14.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@tailwindcss/vite": "^4.1.13",
"shiki": "^3.13.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}