-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 913 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 913 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": "coding-algorithms",
"type": "module",
"version": "2.0.0",
"description": "Algorithms, Data Structures & Software Engineering Concepts",
"pnpm": {
"overrides": {
"axobject-query": "^3.2.1"
}
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && npx pagefind --site dist --output-path dist/pagefind",
"preview": "astro preview",
"check": "astro check",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/tailwind": "^6.0.0",
"astro": "^5.1.1",
"astro-expressive-code": "^0.38.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"@pagefind/default-ui": "^1.4.0",
"@tailwindcss/typography": "^0.5.15",
"lighthouse": "^13.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}