-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.8 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "tenet",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"author": "Gladtek",
"scripts": {
"build": "webpack --mode=development && jahia-pack",
"build:production": "webpack --mode=production && jahia-pack",
"deploy": "jahia-deploy",
"watch": "webpack --mode=development --watch",
"lint": "eslint .",
"test": "yarn lint"
},
"jahia": {
"required-version": "8.2.0.0-SNAPSHOT",
"module-type": "templatesSet",
"module-dependencies": "default",
"static-resources": "/assets,/css,/javascript,/icons,/images,/dist",
"server": "dist/main.js",
"group-id": "com.gladtek.jahia.modules",
"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"
}
}
}
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@jahia/js-server-core": "^0.0.16",
"country-flag-icons": "^1.5.13",
"framer-motion": "^10.16.4",
"friendly-challenge": "^0.9.18",
"i18next": "^23.10.1",
"react": "^18.2.0",
"react-cookie": "^7.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-icons": "^5.3.0",
"react-use-measure": "^2.1.1",
"tailwindcss": "^3.4.10",
"truncate-html": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@cyclonedx/webpack-plugin": "^3.12.0",
"@jahia/eslint-config": "^2.1.2",
"@jahia/scripts": "^1.3.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"clsx": "^2.1.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^7.1.2",
"dotenv-cli": "^4.0.0",
"eslint": "^8.43.0",
"eslint-plugin-jest": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"extra-watch-webpack-plugin": "^1.0.3",
"mini-css-extract-plugin": "^2.7.7",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.1",
"prop-types": "^15.8.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"styled-jsx": "^5.1.2",
"tailwindcss-dir": "^4.0.0",
"typescript": "^5.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-merge": "^6.0.1",
"webpack-shell-plugin-next": "^2.3.1"
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=4.0.0"
},
"packageManager": "yarn@4.3.1"
}