forked from ontola/legalsafetlylab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 876 Bytes
/
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
{
"name": "legal-safety-lab",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"update-ontologies": "pnpm exec ad-generate ontologies"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.4",
"@fontsource-variable/josefin-sans": "^5.1.0",
"@fontsource/lato": "^5.1.0",
"@tomic/lib": "^0.40.0",
"astro": "^4.15.11",
"marked": "^14.1.3",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"@tomic/cli": "^0.40.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}