-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
33
34
{
"name": "split.pet",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@fluentui/svg-icons": "^1.1.236",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource/pinyon-script": "^5.0.22",
"astro": "^4.15.1",
"astro-expressive-code": "^0.38.3",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.75.0",
"simple-icons": "^12.2.0",
"svgson": "^5.3.1",
"typescript": "^5.5.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"discord-api-types": "^0.37.98"
}
}