forked from klalicki/portfolio-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 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
{
"name": "@keystatic/templates-astro",
"version": "0.0.17",
"license": "MIT",
"dependencies": {
"@astrojs/markdoc": "^0.8.0",
"@astrojs/mdx": "^2.2.1",
"@astrojs/react": "^3.0.7",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.7",
"@monaco-editor/react": "^4.6.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"aos": "^2.3.4",
"astro": "^4.0.3",
"astro-auto-import": "^0.4.2",
"colord": "^2.9.3",
"glightbox": "^3.3.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"simple-parallax-js": "^5.6.2"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@types/aos": "^3.0.7"
}
}