-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "@felicity/docs",
"version": "0.0.1",
"type": "module",
"contributors": [
{
"name": "Chloe Arciniega",
"email": "[email protected]",
"url": "https://arciniega.one"
},
{
"name": "Moons",
"email": "[email protected]",
"url": "https://links.leafhub.dev"
}
],
"license": "zlib",
"private": true,
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"packageManager": "[email protected]",
"repository": "https://github.com/devFelicity/Web-Docs",
"dependencies": {
"@astrojs/starlight": "^0.9.1",
"@astrojs/starlight-tailwind": "^2.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.0.12",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-clarity": "^1.0.6",
"prettier": "^3.0.3",
"sharp": "^0.32.5",
"typescript": "^5.2.2"
}
}