aboutsummaryrefslogtreecommitdiff
path: root/xess/package.json
blob: 2844ca5797d3377009778558c3cf378ae2e50105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@xeserv/xess",
  "version": "1.0.0",
  "description": "Xe's CSS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "postcss xess.css -o xess.min.css"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "cssnano": "^7.0.6",
    "cssnano-preset-advanced": "^7.0.6",
    "postcss-cli": "^11.0.0",
    "postcss-import": "^16.1.0",
    "postcss-import-url": "^7.2.0",
    "postcss-url": "^10.1.3"
  }
}