-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
44
45
46
47
48
49
50
{
"name": "studio10b_website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.4",
"@astrojs/netlify": "^6.3.0",
"@babel/core": "^7.26.10",
"astro": "^5.7.1",
"astro-aws-amplify": "^0.1.0",
"aws-amplify": "^6.14.2",
"tailwindcss": "^3.4.17",
"three": "^0.175.0"
},
"devDependencies": {
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^6.0.2",
"@aws-amplify/backend": "^1.14.3",
"@aws-amplify/backend-cli": "^1.5.0",
"autoprefixer": "^10.4.21",
"aws-cdk": "^2.1003.0",
"aws-cdk-lib": "^2.180.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.2",
"postcss": "^8.5.3",
"sharp": "^0.33.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"description": "A modern website for Studio 10b, a creative studio specializing in 3D real-time environments and virtual experiences, built with Astro.",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/3Dean/studio10bwebsite2025.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/3Dean/studio10bwebsite2025/issues"
},
"homepage": "https://github.com/3Dean/studio10bwebsite2025#readme"
}