summaryrefslogtreecommitdiff
path: root/package.json
blob: d0f25a142cc3346dbab4d55b20efc3deab445a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "mat2-web",
  "version": "0.5.0",
  "description": "A web version of mat2! ",
  "scripts": {
    "build:css": "postcss static/src/main.css -o static/dist/main.css --env=production"
  },
  "repository": {
    "type": "git",
    "url": "git@0xacab.org:jvoisin/mat2-web.git"
  },
  "keywords": [
    "mat2",
    "metadata",
    "web",
    "flask",
    "Rest"
  ],
  "author": "jvoisin, jfriedli",
  "license": "MIT",
  "dependencies": {
    "@fullhuman/postcss-purgecss": "^7.0.0",
    "@tailwindcss/cli": "^4.0.17",
    "@tailwindcss/postcss": "^4.0.17",
    "autoprefixer": "^10.2.5",
    "cssnano": "^7.0.0",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.0",
    "tailwindcss": "^4.0.17"
  }
}