-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "app-siteimprove",
"version": "1.7.0",
"description": "Siteimprove for Enonic XP",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/enonic/app-siteimprove"
},
"scripts": {
"build": "webpack --color",
"lint": "tslint -p tsconfig.build.json -c tslint.json",
"fix": "tslint -p tsconfig.build.json -c tslint.json --fix"
},
"dependencies": {
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"@enonic/lib-admin-ui": "file:./.xp/dev/lib-admin-ui",
"normalize-url": "^8.0.1",
"q": "^1.5.1"
},
"devDependencies": {
"@types/jquery": "^3.5.24",
"@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.8",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"enonic-admin-artifacts": "^1.8.5",
"error-logger-webpack-plugin": "^1.1.1",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.5.1",
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.0.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.0",
"tslint": "^6.1.3",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 16.16.0",
"npm": ">= 8.11.0"
}
}