old.martials.no/package.json
2023-06-03 18:12:13 +02:00

28 lines
648 B
JSON

{
"name": "martials-no",
"version": "1.0",
"description": "Landing page Martin Berg Alstad's APIs and other things",
"scripts": {
"dev": "vite",
"build": "vite build && sh build_extra.sh",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@types/diff": "^5.0.3",
"diff": "^5.1.0",
"solid-headless": "^0.13.1",
"solid-heroicons": "^3.2.3",
"solid-js": "^1.7.6",
"xlsx": "^0.18.5"
}
}