You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
232 B

4 weeks ago
4 weeks ago
  1. {
  2. "scripts": {
  3. "server-deepchart": "json-server ./server/deepchart.json --port 8888"
  4. },
  5. "dependencies": {
  6. "markdown-it": "^14.1.0",
  7. "marked": "^2.0.1"
  8. },
  9. "devDependencies": {
  10. "json-server": "^0.17.4"
  11. }
  12. }