-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.42 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.42 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@apeleghq/cms-ep-sfx",
"version": "1.1.16",
"description": "Secure File Sharing Utility",
"type": "module",
"main": "-",
"module": "-",
"types": "-",
"exports": {
".": {}
},
"private": true,
"devDependencies": {
"@apeleghq/asn1-der": "^1.0.6",
"@apeleghq/cms-classes": "^1.1.2",
"@apeleghq/crypto-oids": "^20250325.0.0",
"@apeleghq/esbuild-plugin-closure-compiler": "^1.0.11",
"@apeleghq/esbuild-plugin-inline-js": "^1.1.14",
"@apeleghq/lot": "^0.0.29",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.3",
"@types/postcss-css-variables": "^0.18.3",
"@types/postcss-functions": "^4.0.4",
"@types/selenium-webdriver": "^4.35.4",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"cssnano": "^7.1.2",
"esbuild": "^0.27.2",
"esbuild-style-plugin": "^1.6.3",
"esbuild-svelte": "^0.9.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-svelte": "^3.13.1",
"globals": "^16.5.0",
"google-closure-compiler": "^20251216.0.0",
"patch-package": "^8.0.1",
"postcss": "^8.5.6",
"postcss-css-variables": "^0.19.0",
"postcss-functions": "^4.0.2",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"selenium-webdriver": "^4.39.0",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^1.4.1",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApelegHQ/ts-cms-ep-sfx.git"
},
"files": [
"dist/**/*"
],
"scripts": {
"test:e2e": "node --import ./loader.mjs test/e2e/index.test.ts",
"test": "npm run test:e2e",
"lint": "eslint . --ext .svelte,.cjs,.cts,.mjs,.mjs,.js,.ts,.json",
"lint:fix": "prettier -w . && eslint . --ext .svelte,.cjs,.cts,.mjs,.mjs,.js,.ts,.json --fix",
"build": "tsc --noEmit && node --import ./loader.mjs esbuild.ts",
"start:dev": "node --import ./loader.mjs src/utils/server.ts",
"prepack": "npm run build",
"prepublishOnly": "npm run build && npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run lint && git add -A src",
"postversion": "git push && git push --tags",
"postinstall": "patch-package"
},
"author": "Apeleg Limited",
"license": "Apache-2.0 WITH LLVM-exception",
"keywords": []
}