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
316 B
12 lines
316 B
{
|
|
"dependencies": {
|
|
"json-server": "^1.0.0-beta.3",
|
|
"marked": "^2.0.1",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.5.0"
|
|
},
|
|
"scripts": {
|
|
"server-login": "json-server ./server/login.json --port 8888",
|
|
"server-deepchart": "json-server ./server/deepchart.json --port 8888"
|
|
}
|
|
}
|