-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "@patternslib/dev",
"version": "3.6.1",
"description": "Development base files for working with Patternslib and add-ons.",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@release-it/conventional-changelog": "^8.0.1",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.3.3",
"regenerator-runtime": "^0.14.1",
"release-it": "^17.6.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"timezone-mock": "^1.3.6",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"whybundled": "^2.0.0",
"yarn": "^1.22.22"
},
"engines": {
"node": ">=18.18"
},
"scripts": {
"test": "jest"
},
"author": {
"name": "Syslab GesmbH",
"email": "[email protected]"
},
"homepage": "https://github.com/patternslib/dev",
"repository": {
"type": "git",
"url": "https://github.com/patternslib/dev.git"
},
"keywords": [
"patternslib"
],
"publishConfig": {
"access": "public"
}
}