-
-
Notifications
You must be signed in to change notification settings - Fork 595
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 730 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
{
"name": "ultimate-python-ui",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "python3 parse_lessons.py && astro dev",
"start": "python3 parse_lessons.py && astro dev",
"build": "python3 parse_lessons.py && astro build",
"preview": "astro preview",
"lint": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check .",
"astro": "astro"
},
"dependencies": {
"@lucide/astro": "^1.27.0",
"astro": "^7.1.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^6.0.3"
},
"allowScripts": {
"[email protected]": true,
"[email protected]": true
}
}