-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.14 KB
/
package.json
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
{
"name": "@apeleghq/cms-ep-sfx",
"version": "1.0.17",
"description": "Secure File Sharing Utility",
"type": "module",
"main": "-",
"module": "-",
"types": "-",
"exports": {
".": {}
},
"devDependencies": {
"@apeleghq/asn1-der": "^1.0.2",
"@apeleghq/cms-classes": "^1.0.1",
"@apeleghq/crypto-oids": "^20240911.0.0",
"@apeleghq/esbuild-plugin-closure-compiler": "^1.0.6",
"@apeleghq/esbuild-plugin-inline-js": "^1.1.9",
"@apeleghq/lot": "^0.0.28",
"@types/node": "^22.6.1",
"@types/selenium-webdriver": "^4.1.26",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"esbuild": "^0.21.0",
"esbuild-svelte": "^0.8.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
"google-closure-compiler": "^20240317.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"postcss-css-variables": "^0.19.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"selenium-webdriver": "^4.25.0",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.13",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApelegHQ/ts-cms-ep-sfx.git"
},
"files": [
"dist/**/*"
],
"scripts": {
"test:e2e": "npm run build && node --loader ts-node/esm test/e2e/basic-functionality.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": "eslint . --ext .svelte,.cjs,.cts,.mjs,.mjs,.js,.ts,.json && tsc --noEmit && node esbuild.mjs",
"start:dev": "node --loader ts-node/esm src/utils/server.ts",
"prepack": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run lint && git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Apeleg Limited",
"license": "Apache-2.0 WITH LLVM-exception",
"keywords": []
}