summaryrefslogtreecommitdiff
path: root/package.json
blob: 15469b610181e78f26c95301cb3af56533a874b3 (plain) (blame)
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
{
  "name": "flyscrape-docs-v2",
  "version": "1.0.0",
  "description": "",
  "main": "hackernews.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "css": "postcss -o assets/css/compiled/main.css assets/css/styles.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philippta/flyscrape-docs-v2.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/philippta/flyscrape-docs-v2/issues"
  },
  "homepage": "https://github.com/philippta/flyscrape-docs-v2#readme",
  "dependencies": {
    "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
    "autoprefixer": "^10.4.16",
    "chroma": "^0.0.1",
    "postcss-cli": "^10.1.0",
    "postcss-import": "^15.1.0",
    "tailwindcss": "^3.3.5"
  }
}