This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.3 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@yuxxeun/basement",
"description": "THE LIGHT THAT COMES FROM DOWNSTAIRS",
"version": "1.0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "pre-commit",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
"subfont": "subfont -ir --no-fallbacks --silent --root dist",
"svelte-check": "svelte-check",
"prepare": "husky install"
},
"devDependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/mdx": "^0.11.4",
"@astrojs/partytown": "^1.0.1",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.0-beta.1",
"@astrolib/analytics": "^0.3.0",
"@astrolib/seo": "^0.6.0",
"@tailwindcss/typography": "^0.5.7",
"astro": "^2.6.1",
"astro-icon": "^0.7.3",
"eslint": "^8.23.0",
"eslint-plugin-astro": "^0.27.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"husky": "^8.0.3",
"limax": "^v2.1.0",
"lint-staged": "^14.0.1",
"mdast-util-to-string": "^3.1.0",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.10.0",
"protractor": "tomyam1/protractor-ts3.7-fix",
"reading-time": "^1.5.0",
"sharp": "^0.30.5",
"subfont": "^6.12.0",
"svelte-check": "^2.9.2",
"tailwindcss": "^3.1.8"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/node": "^5.0.3",
"@astrojs/prefetch": "0.2.3",
"@astrojs/svelte": "^2.1.0",
"@astrojs/vercel": "^3.0.0",
"@studio-freight/lenis": "^1.0.27",
"@supabase/supabase-js": "2.39.3",
"@vercel/analytics": "^1.0.0",
"@vercel/speed-insights": "^1.0.10",
"astro-analytics": "^2.5.0",
"caniuse-lite": "^1.0.30001627",
"canvas-confetti": "^1.6.0",
"curseur": "^0.0.8",
"dedent": "^0.7.0",
"inquirer": "^9.2.0",
"jquery": "^3.7.1",
"moment": "2.29.4",
"svelte": "3.59.1",
"vercel": "^30.0.0",
"web-streams-polyfill": "^3.2.1"
}
}