primo-app
Version:
primo is an all-in-one ide, cms, component library, and static site generator
24 lines (23 loc) • 516 B
JSON
{
"name": "begin-app",
"version": "0.0.0",
"description": "Begin basic Hello World! app for Node",
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"@architect/sandbox": "latest",
"cross-env": "^7.0.2"
},
"dependencies": {
"@tailwindcss/ui": "^0.5.0",
"autoprefixer": "^9.8.4",
"body-parser": "^1.19.0",
"clean-css": "^4.2.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"postcss": "^7.0.32",
"precss": "^4.0.0",
"tailwindcss": "^1.4.6"
}
}