nicco.io/package.json

28 lines
720 B
JSON
Raw Normal View History

2020-07-23 20:30:57 +02:00
{
2020-12-09 14:13:53 +01:00
"private": true,
2020-07-23 20:30:57 +02:00
"scripts": {
2021-08-02 09:53:08 +02:00
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
2020-07-23 20:30:57 +02:00
},
2021-08-02 09:53:08 +02:00
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.13",
"@sveltejs/kit": "^1.0.0-next.139",
"@types/highlight.js": "^10.1.0",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"type": "module",
2020-07-23 20:30:57 +02:00
"dependencies": {
"axios": "^0.21.1",
2021-08-02 09:53:08 +02:00
"dayjs": "^1.10.5",
"highlight.js": "^11.0.0",
"svelte-cloudinary": "^0.2.3"
2020-07-23 20:30:57 +02:00
}
}