Convert data to yaml

This commit is contained in:
Sakura Knoll
2022-07-04 07:28:20 +09:00 Unverified
parent 0ab745b917
commit 27259abb90
13 changed files with 6431 additions and 43 deletions
+3 -1
View File
@@ -15,7 +15,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-indiana-drag-scroll": "^2.1.0",
"theme-ui": "^0.12.1"
"theme-ui": "^0.12.1",
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
@@ -29,6 +30,7 @@
"http-server": "^14.1.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"sort-keys": "^4.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},