-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 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
{
"name": "jp-problemas",
"type": "module",
"scripts": {
"data:build": "tsx ./src/data/scripts/build.ts",
"data:delete": "tsx ./src/data/scripts/delete.ts",
"data:rebuild": "tsx ./src/data/scripts/rebuild.ts",
"format": "prettier . --write",
"cli": "tsx ./src/cli/index.ts",
"build": "npm run data:rebuild && astro build",
"dev": "astro dev",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/console-clear": "^1.1.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.8",
"@types/shelljs": "^0.8.15",
"astro": "^4.11.3",
"chalk": "^5.3.0",
"console-clear": "^1.1.1",
"daisyui": "^4.12.10",
"inquirer": "^9.2.23",
"inquirer-autocomplete-standalone": "^0.8.1",
"inquirer-press-to-continue": "^1.2.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.2",
"remark-callouts": "^2.0.0",
"remark-math": "^6.0.0",
"tsx": "^4.15.7",
"typescript": "^5.0.0"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@fontsource-variable/fira-code": "^5.0.18",
"@fontsource/geist-sans": "^5.0.3",
"astro-icon": "^1.1.0",
"flexsearch": "^0.7.43",
"lowdb": "^7.0.1",
"normalize.css": "^8.0.1",
"tailwindcss": "^3.4.6"
}
}