UNPKG

shark-mvc

Version:

Shark-MVC is a small MVC framework born to make our small JS apps easier to build.

41 lines (40 loc) 1.04 kB
{ "name": "shark-mvc", "version": "0.7.30-alpha.99", "description": "Shark-MVC is a small MVC framework born to make our small JS apps easier to build.", "main": "dist/shark-mvc.js", "typings": "dist/index.d.ts", "scripts": { "build": "webpack --mode=production", "docs": "jsdoc -c jsDoc_conf-mvc.json", "start": "webpack --mode=development --progress --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Shark", "project Shark", "MVC", "framework" ], "author": "LineaContinua", "license": "ISC", "repository": { "type": "git", "url": "https://LineaContinua@bitbucket.org/lineacontinua-team/shark-main.git" }, "devDependencies": { "jsdoc": "^4.0.2", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "dependencies": { "html2hscript": "^2.0.1", "jquery": "^3.5.1", "moment": "^2.27.0", "mustache": "^3.2.1", "preact": "^10.5.13", "preact-html-converter": "^0.4.2", "uuid": "^8.3.2", "virtual-dom": "^2.1.1" } }