aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e09a1fd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
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}