old.martials.no/package.json

28 lines
649 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.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@types/diff": "^5.0.2",
"diff": "^5.1.0",
"solid-headless": "^0.13.1",
"solid-heroicons": "^3.1.1",
"solid-js": "^1.6.11",
"xlsx": "^0.18.5"
}
}