aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 21:14:50 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 21:14:50 +0100
commit8282239d1cf73ed8e992dc121f45df29fcb2c872 (patch)
treee8345e8449c8a53942efd3eaff3300fe597aa5c2 /package.json
parentbdc60d7d56b5384f13feaaccef28e63d77f15933 (diff)
downloadmitjafelicijan.com-8282239d1cf73ed8e992dc121f45df29fcb2c872.tar.gz
Move to Tailwind 3
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}