remove more node stuff

master
Brian Hicks 2020-05-15 05:20:40 -05:00
parent a1402bf38f
commit 4e9bfcbcfb
3 changed files with 0 additions and 11341 deletions

1
.gitignore vendored
View File

@ -5,6 +5,5 @@
/dist
/index.js
/log.txt
/node_modules
/result
elm-stuff

11308
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +0,0 @@
{
"name": "notes",
"version": "1.0.0",
"description": "This is my implementation of a note-taking app, organized around the following principles:",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"db": "pouchdb-server --port 5984 --dir data"
},
"repository": {
"type": "git",
"url": "git@git.bytes.zone:brian/notes.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"elm-format": "^0.8.3",
"elm-hot": "^1.1.4",
"elm-json": "^0.2.6",
"elm-review": "^2.0.2",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"pouchdb-server": "^4.2.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@ungap/custom-elements-builtin": "^0.4.0",
"elm": "^0.19.1-3",
"elm-test": "^0.19.1-revision2",
"pouchdb": "^7.2.1"
}
}