-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.77 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.77 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
{
"name": "@patternslib/dev",
"version": "4.0.0",
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^10.0.1",
"@release-it/conventional-changelog": "^10.0.6",
"babel-loader": "^10.1.1",
"caniuse-lite": "1.0.30001790",
"css-loader": "^7.1.4",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-watch-typeahead": "^3.0.1",
"prettier": "^3.8.3",
"regenerator-runtime": "^0.14.1",
"release-it": "^20.0.0",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.4.0",
"timezone-mock": "^1.4.2",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3",
"whybundled": "^2.0.0",
"yarn": "^1.22.22"
},
"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"
}
}