-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "adroyt-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"@astrojs/prefetch": "^0.2.3",
"@splidejs/splide": "^4.1.4",
"astro": "^2.5.6",
"clsx": "^1.2.1"
},
"devDependencies": {
"@astrojs/svelte": "^2.2.0",
"@iconify/json": "^2.2.75",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@unocss/extractor-svelte": "^0.53.1",
"@unocss/preset-mini": "^0.53.1",
"@unocss/reset": "^0.53.1",
"@vite-pwa/astro": "^0.0.5",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.1",
"unocss": "^0.53.1"
}
}