This repository was archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 KB
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
{
"name": "webdev-learning-materials-page",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"e2e": "playwright test"
},
"dependencies": {
"@algolia/client-search": "^4.19.1",
"@astrojs/check": "^0.2.0",
"@astrojs/mdx": "^1.0.3",
"@astrojs/preact": "^3.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.12",
"astro-compress": "2.0.15",
"autoprefixer": "^10.4.15",
"body-scroll-lock": "4.0.0-beta.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"postcss": "^8.4.29",
"preact": "^10.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-just-parallax": "^3.1.16",
"react-use-observer": "^2.2.4",
"rollup": "^3.29.0",
"swr": "^2.2.2",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/gtag.js": "^0.0.13",
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"sass": "^1.66.1",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
}
}