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.
23 lines
487 B
23 lines
487 B
{
|
|
"name": "app",
|
|
"dependencies": {
|
|
"mithril": "^2.0.0-rc.4",
|
|
"mithril-materialized": "~0.11.8",
|
|
"mithril-node-render": "^2.3.2",
|
|
"mithril-stream": "^2.0.0",
|
|
"polka": "~0.5.2",
|
|
"polythene-mithril": "^1.5.4",
|
|
"pouchdb": "^7.0.0",
|
|
"pouchdb-upsert": "^2.2.0",
|
|
"serve-static": "^1.13.2"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.5",
|
|
"browserify": "^16.2.3"
|
|
},
|
|
"scripts": {
|
|
"live": "nodemon server.js"
|
|
}
|
|
}
|