-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.43 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
{
"name": "walproducttypesearch",
"description": "JS and CSS Linter",
"version": "1.0.0",
"license": "MIT",
"author": "KunBojiMan (Erwin Walter)",
"private": true,
"engines": {
"node": ">=20 <21"
},
"scripts": {
"lint": "npx eslint src/Resources",
"lint:fix": "npm run lint -- --fix",
"stylelint": "npx stylelint src/Resources/app/**/*.{css,scss}",
"stylelint:fix": "npm run stylelint -- --fix",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"postcss-scss": "^4.0.9",
"prettier": "3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@shopware-ag/dive": "^2.1.2",
"@shopware-ag/meteor-component-library": "^4.17.0",
"core-js": "^3.45.1",
"diff-match-patch": "^1.0.5",
"dropzone": "^6.0.0-beta.2",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"papaparse": "^5.5.3",
"regenerator-runtime": "^0.14.1",
"signature_pad": "^5.1.0",
"tom-select": "^2.4.3"
}
}