-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 KB
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": "@patternslib/dev",
"version": "3.7.3",
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.27.1",
"@babel/eslint-parser": "^7.27.1",
"@babel/preset-env": "^7.27.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@release-it/conventional-changelog": "^10.0.1",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.2",
"globals": "^16.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.5.3",
"regenerator-runtime": "^0.14.1",
"release-it": "^19.0.2",
"sass": "^1.87.0",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"timezone-mock": "^1.3.6",
"webpack": "^5.99.7",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"whybundled": "^2.0.0",
"yarn": "^1.22.22"
},
"resolutions": {
"conventional-changelog-conventionalcommits": "^8.0.0"
},
"engines": {
"node": ">=18.18"
},
"scripts": {
"postinstall": "cd $INIT_CWD && make upgrade || true",
"test": "jest"
},
"author": {
"name": "Syslab GesmbH",
"email": "dev@syslab.com"
},
"homepage": "https://github.com/patternslib/dev",
"repository": {
"type": "git",
"url": "https://github.com/patternslib/dev.git"
},
"keywords": [
"patternslib"
],
"publishConfig": {
"access": "public"
}
}