Files
chatgpt-web/package.json

31 lines
795 B
JSON
Raw Normal View History

2023-03-02 22:12:55 +04:00
{
"name": "chatgpt-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2023-03-03 10:58:07 +01:00
"build": "vite build",
"build:github": "vite build --base=/chatgpt-web/",
2023-03-02 22:12:55 +04:00
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
2023-03-03 14:56:43 +01:00
"@fullhuman/postcss-purgecss": "^5.0.0",
2023-03-02 22:12:55 +04:00
"@microsoft/fetch-event-source": "^2.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/marked": "^4.0.8",
"bulma": "^0.9.4",
"marked": "^4.2.12",
2023-03-03 14:56:43 +01:00
"postcss": "^8.4.21",
2023-03-02 22:12:55 +04:00
"sass": "^1.58.3",
"svelte": "^3.55.1",
2023-03-02 22:28:43 +04:00
"svelte-check": "^3.0.4",
2023-03-02 22:12:55 +04:00
"svelte-local-storage-store": "^0.4.0",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}