This repository was archived by the owner on Mar 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 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
69
{
"name": "npm-templates-web-blue",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "webpack --mode=development && run pack",
"pack": "mkdir -p dist/build && cd dist/build && yarn pack --out package.tgz && mv package.tgz ..",
"deploy": "jahia-deploy",
"watch": "yarn build --env deploy=true --watch",
"lint": "eslint .",
"test": "yarn lint"
},
"jahia": {
"module-type": "templatesSet",
"server": "dist/main.js",
"module-dependencies": "calendar,default,legacy-default-components,default-skins,event,facets,grid,news,profile,publication,search,sitemap,skins",
"maven": {
"groupId": "org.jahia.modules.npm",
"distributionManagement": {
"repository": {
"id": "jahia-releases",
"url": "https://devtools.jahia.com/nexus/content/repositories/jahia-releases"
},
"snapshotRepository": {
"id": "jahia-snapshots",
"url": "https://devtools.jahia.com/nexus/content/repositories/jahia-snapshots"
}
}
}
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@jahia/eslint-config": "^2.1.2",
"eslint": "^8.43.0",
"eslint-plugin-jest": "latest",
"eslint-plugin-json": "^2.1.0",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"extra-watch-webpack-plugin": "^1.0.3",
"handlebars-loader": "^1.7.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"@jahia/javascript-modules-library": "0.x || ^1.0.0",
"handlebars": "^4.7.6"
},
"maven": {
"groupId": "org.jahia.modules.npm",
"distributionManagement": {
"repository": {
"id": "jahia-releases",
"url": "https://devtools.jahia.com/nexus/content/repositories/jahia-releases"
},
"snapshotRepository": {
"id": "jahia-snapshots",
"url": "https://devtools.jahia.com/nexus/content/repositories/jahia-snapshots"
}
}
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=3.0.0"
},
"packageManager": "[email protected]"
}