dh_ackergaul
vor 4 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "@dh-software/project-manager-x-component",
  "version": "1.2.5",
  "description": "",
  "type": "module",
  "main": "dist/mjs/project-manager-components.js",
  "module": "dist/mjs/project-manager-components.js",
  "typings": "dist/mjs/project-manager-components.d.ts",
  "files": [
    "dist/mjs"
  ],
  "scripts": {
    "build:clean": "rimraf build dist",
    "build:dev": "npm run build:clean && npx tsc && npx rollup -c",
    "build:prod": "npm run build:clean && npx tsc && npx rollup -c",
    "build:language": "furncloud-language-cli.exe --out language",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build:prod"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-url": "^8.0.2",
    "@tsconfig/recommended": "1.0.1",
    "codepage": "^1.15.0",
    "construct-style-sheets-polyfill": "3.1.0",
    "esbuild": "0.15.1",
    "furnview-icons-font": "git+ssh://git.furnco.de:29418/utils/furnview-icons-font.git#a69fc982dc5db33b4dbbe276f641eb089804c6b5",
    "immer": "^10.1.1",
    "lit": "2.2.8",
    "moment": "2.29.4",
    "pdfjs-dist": "^4.0.189",
    "rimraf": "3.0.2",
    "rollup": "2.77.3",
    "rollup-plugin-dts": "4.2.2",
    "rollup-plugin-esbuild": "4.9.1",
    "rollup-plugin-lit-css": "4.0.0",
    "rollup-plugin-sass": "1.2.13",
    "sass": "1.54.4",
    "typescript": "4.7.4"
  },
  "lint-staged": {
    "*.{js, css, md, ts, sass, html}": "prettier --write"
  },
  "dependencies": {
    "@dh-software/administration-types": "^1.1.0",
    "@dh-software/dh-components": "^2.4.34"
  }
}