update ui
frontend/.gitignore
0 → 100644
frontend/README.md
0 → 100644
frontend/babel.config.js
0 → 100644
frontend/package.json
0 → 100644
frontend/public/favicon.ico
0 → 100644
4.19 KB
frontend/public/index.html
0 → 100644
frontend/src/App.vue
0 → 100644
frontend/src/main.js
0 → 100644
frontend/vue.config.js
0 → 100644
niivue.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -4,12 +4,23 @@ | ... | @@ -4,12 +4,23 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"build":"cd frontend && npm run build && cd .. && npx pkg package.json", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"bin": "./index.js", | |||
"pkg": { | |||
"scripts": "index.js", | |||
"assets": "frontend/dist/**/*", | |||
"targets": [ | |||
"node14-macos-x64" | |||
], | |||
"outputPath": "dist" | |||
}, | |||
"author": "Taylor Hanayik", | "author": "Taylor Hanayik", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1" | "express": "^4.17.1", | ||
"open": "^8.2.1" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"pkg": "^5.3.1" | "pkg": "^5.3.1" | ||
... | ... |