summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJfriedli2021-03-18 09:25:11 +0100
committerJfriedli2021-03-18 09:25:11 +0100
commit170d77b3ecb2d0c5c35263a2f5598002af599a43 (patch)
tree96cc9e252270e97163b535d7efe7623fc59964f8 /package.json
parent9a0a693c5467c245c9cae4245da7291b2799b2ef (diff)
installed tailwind and removed old css/js
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0da90b1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
1{
2 "name": "mat2-web",
3 "version": "0.5.0",
4 "description": "A web version of mat2! ",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git@0xacab.org:jvoisin/mat2-web.git"
11 },
12 "keywords": [
13 "mat2",
14 "metadata",
15 "web",
16 "flask",
17 "Rest"
18 ],
19 "author": "jvoisin, jfriedli",
20 "license": "MIT",
21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^4.0.2",
23 "autoprefixer": "^10.2.5",
24 "postcss": "^8.2.8",
25 "postcss-cli": "^8.3.1",
26 "tailwindcss": "^2.0.4"
27 }
28}