mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 21:04:21 +08:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"name": "vanilla-json-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"server": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"fs": "^0.0.1-security",
|
|
"json-server": "^0.17.4",
|
|
"nodemon": "^3.0.1",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|