-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "app-contentstudio-plus",
"version": "1.8.0",
"description": "Enterprise extension for Content Studio",
"license": "Enonic License 1.0",
"repository": {
"type": "git",
"url": "https://github.com/enonic/app-contentstudio-plus"
},
"scripts": {
"build": "webpack --color",
"lint": "eslint src/**/*.ts --cache",
"lint:quiet": "eslint --quiet src/**/*.ts --cache",
"fix": "eslint --fix **/*.ts",
"postinstall": "cd node_modules/lib-contentstudio && npm install"
},
"dependencies": {
"@enonic/lib-admin-ui": "file:./.xp/dev/lib-admin-ui",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"lib-contentstudio": "file:./.xp/dev/lib-contentstudio",
"normalize-url": "^8.0.1",
"q": "^1.5.1"
},
"devDependencies": {
"@enonic/eslint-config": "^2.0.0",
"@types/jquery": "^3.5.25",
"@types/jqueryui": "^1.12.19",
"@types/normalize-url": "^4.2.0",
"@types/q": "^1.5.7",
"autoprefixer": "^10.4.16",
"browserslist": "^4.22.1",
"browserslist-config-enonic": "^1.0.7",
"circular-dependency-plugin": "^5.2.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"enonic-admin-artifacts": "^1.9.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.49",
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.2.2",
"typescript-eslint": "^8.4.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 20.18.0",
"npm": ">= 10.8.2"
}
}