aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4f0c8f9f6335923e0a9835a15402840974b6d8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "newspipe",
  "version": "9.1.0",
  "license": "AGPL-3.0",
  "private": true,
  "dependencies": {
    "@popperjs/core": "^2.5.4",
    "bootstrap": "^5.0.0-beta1",
    "fork-awesome": "^1.1.7",
    "moment": "^2.29.1"
  },
  "engines": {
    "yarn": ">= 1.0.0"
  },
  "scripts": {
    "postinstall": "cd newspipe/static/ ; ln -sf ../../node_modules npm_components"
  }
}
bgstack15