diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
| commit | cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch) | |
| tree | 03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /package.json | |
| parent | 84ed124529ffeee1590295b8de3a8faf51848680 (diff) | |
| download | mitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz | |
Moved to a simpler SSG
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index e09a1fd..0000000 --- a/package.json +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | { | ||
| 2 | "name": "mitjafelicijan.com", | ||
| 3 | "version": "1.0.0", | ||
| 4 | "description": "", | ||
| 5 | "main": "index.js", | ||
| 6 | "scripts": { | ||
| 7 | "test": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | }, | ||
| 9 | "repository": { | ||
| 10 | "type": "git", | ||
| 11 | "url": "git@git.mitjafelicijan.com:/home/git/mitjafelicijan.com.git" | ||
| 12 | }, | ||
| 13 | "keywords": [], | ||
| 14 | "author": "", | ||
| 15 | "license": "ISC", | ||
| 16 | "devDependencies": { | ||
| 17 | "autoprefixer": "10.4.13", | ||
| 18 | "postcss": "8.4.18", | ||
| 19 | "tailwindcss": "3.2.1" | ||
| 20 | } | ||
| 21 | } | ||
