-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "implications-trainer",
"version": "0.0.1",
"homepage": "https://implications-trainer.trueberryless.org",
"bugs": {
"url": "https://github.com/trueberryless-org/implications-trainer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/implications-trainer.git"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@astrojs/netlify": "^7.0.3",
"@fontsource-variable/atkinson-hyperlegible-next": "^5.2.6",
"astro": "^6.0.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/jest": "^30.0.0",
"ajv": "^8.18.0",
"jest": "^30.3.0",
"jest-junit": "^16.0.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.10.0"
}