Skip to content

Commit 580e95d

Browse files
committed
run migrations
1 parent 86ebbc6 commit 580e95d

File tree

63 files changed

+606
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+606
-369
lines changed

README.md

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JOTE
1+
# JOTE Parsers
22

33
Monorepo for a suite of parsers used in the [Journal of Trial and Error](https://journal.trialanderror.org).
44

@@ -20,45 +20,10 @@ There is also an `app` directory, which contains a few apps that use the parsers
2020

2121
See below for more info.
2222

23-
## Graph
23+
# Graph
2424

2525
![Graph of this monorepo](./graph.png 'Graph of this monorepo')
2626

27-
## Contents
28-
29-
- [Projects](#projects)
30-
31-
- [rejour](#rejour)
32-
33-
- [jast](#jast)
34-
35-
- [Plugins](#plugins)
36-
37-
- [rejour](#rejour-1)
38-
- [rejour-parse](#rejour-parse)
39-
- [rejour-stringify](#rejour-stringify)
40-
- [rejour-move-abstract](#rejour-move-abstract)
41-
- [rejour-relatex](#rejour-relatex)
42-
43-
- [Utilities](#utilities)
44-
45-
- [jast-util-to-texast](#jast-util-to-texast)
46-
47-
- [relatex](#relatex)
48-
49-
- [texast](#texast)
50-
51-
- [Plugins](#plugins-1)
52-
53-
- [relatex](#relatex-1)
54-
- [relatex-stringify](#relatex-stringify)
55-
56-
- [Utilities](#utilities-1)
57-
58-
- [texast-util-to-latex](#texast-util-to-latex)
59-
60-
- [License](#license)
61-
6227
# Overview
6328

6429
## [Apps](/Volumes/SSD/Projects/jote-monorepo/apps):

apps/converter-frontend-e2e/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "converter-frontend-e2e",
23
"sourceRoot": "apps/converter-frontend-e2e/src",
34
"projectType": "application",
45
"targets": {

apps/converter-frontend/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "converter-frontend",
23
"sourceRoot": "apps/converter-frontend",
34
"projectType": "application",
45
"targets": {

apps/jote/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "jote",
23
"sourceRoot": "apps/jote/src",
34
"projectType": "application",
45
"targets": {

apps/react-pdf-e2e/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "react-pdf-e2e",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "apps/react-pdf-e2e/src",
45
"projectType": "application",

apps/react-pdf/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "react-pdf",
23
"$schema": "../../node_modules/nx/schemas/project-schema.json",
34
"sourceRoot": "apps/react-pdf",
45
"projectType": "application",

graph.png

100755100644
2.89 MB
Loading

libs/ast-stringify/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "ast-stringify",
23
"sourceRoot": "libs/ast-stringify/src",
34
"projectType": "library",
45
"targets": {
@@ -31,7 +32,11 @@
3132
"buildableProjectDepsInPackageJsonType": "dependencies"
3233
},
3334
"dependsOn": [
34-
{ "projects": "dependencies", "target": "build", "params": "forward" }
35+
{
36+
"projects": "dependencies",
37+
"target": "build",
38+
"params": "forward"
39+
}
3540
]
3641
},
3742
"deploy": {

libs/citations/crossref-json/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "citations-crossref-json",
23
"sourceRoot": "libs/citations/crossref-json/src",
34
"projectType": "library",
45
"targets": {
@@ -23,7 +24,11 @@
2324
"buildableProjectDepsInPackageJsonType": "dependencies"
2425
},
2526
"dependsOn": [
26-
{ "projects": "dependencies", "target": "build", "params": "forward" }
27+
{
28+
"projects": "dependencies",
29+
"target": "build",
30+
"params": "forward"
31+
}
2732
]
2833
},
2934
"deploy": {

libs/citations/crossref-to-csl/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "citations-crossref-to-csl",
23
"sourceRoot": "libs/citations/crossref-to-csl/src",
34
"projectType": "library",
45
"targets": {
@@ -31,7 +32,11 @@
3132
"buildableProjectDepsInPackageJsonType": "dependencies"
3233
},
3334
"dependsOn": [
34-
{ "projects": "dependencies", "target": "build", "params": "forward" }
35+
{
36+
"projects": "dependencies",
37+
"target": "build",
38+
"params": "forward"
39+
}
3540
]
3641
},
3742
"deploy": {

0 commit comments

Comments
 (0)