-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.94 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.94 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
63
64
{
"name": "@patternslib/dev",
"version": "3.9.0-alpha.1",
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"@release-it/conventional-changelog": "^10.0.4",
"babel-loader": "^10.0.0",
"caniuse-lite": "1.0.30001760",
"css-loader": "^7.1.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-watch-typeahead": "^3.0.1",
"prettier": "^3.7.4",
"regenerator-runtime": "^0.14.1",
"release-it": "^19.1.0",
"sass": "^1.97.0",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.16",
"timezone-mock": "^1.3.6",
"webpack": "^5.104.0",
"webpack-bundle-analyzer": "^5.1.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"whybundled": "^2.0.0",
"yarn": "^1.22.22"
},
"resolutions": {
"conventional-changelog-conventionalcommits": "9.1.0"
},
"engines": {
"node": ">=22"
},
"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"
}
}