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
12 lines
232 B
{
|
|
"scripts": {
|
|
"server-deepchart": "json-server ./server/deepchart.json --port 8888"
|
|
},
|
|
"dependencies": {
|
|
"markdown-it": "^14.1.0",
|
|
"marked": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"json-server": "^0.17.4"
|
|
}
|
|
}
|