-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "app-applications",
"version": "1.0.0",
"description": "Enonix XP - Applications App",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/enonic/app-applications"
},
"scripts": {
"build": "concurrently -c auto -g --timings npm:build:*",
"build:js": "webpack --color --stats-error-details",
"build:typecheck": "tsc --pretty --skipLibCheck --noEmit",
"lint": "eslint **/*.ts --quiet --cache",
"fix": "eslint --fix **/*.ts --cache"
},
"dependencies": {
"@enonic/lib-admin-ui": "file:./.xp/dev/lib-admin-ui",
"jquery": "^3.7.1",
"q": "^1.5.1"
},
"devDependencies": {
"@enonic/eslint-config": "^2.0.1",
"@swc/core": "1.9.2",
"@types/q": "^1.5.7",
"browserslist-config-enonic": "^1.0.8",
"circular-dependency-plugin": "^5.2.2",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"concurrently": "^9.1.0",
"cssnano": "^6.0.1",
"enonic-admin-artifacts": "^2.2.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"source-map-loader": "^5.0.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.6.3",
"typescript-eslint": "8.15.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 20.18.0",
"npm": ">= 10.8.2"
}
}