cli/template/simple/package.json

18 lines
438 B
JSON

{
"name": "{name}",
"version": "1.0.0",
"description": "@d3v4pp browser template to use with jquery materialize bootstrap and all native browser javascript framworks",
"main": "src/index.js",
"scripts": {
"start": "devapp start -t simple",
"build": "devapp build -t simple"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.6.0",
"materialize-css": "^1.0.0-rc.2"
}
}