mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-19 20:14:07 +00:00
move apps to apps folder
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "aas-webui",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prestart": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css",
|
||||
"start": "node index.js",
|
||||
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user