-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 1 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
{
"private": true,
"name": "spryker-sdk",
"description": "The Spryker SDK aims to provide a single entry point to accelerate your productivity working with Spryker.",
"author": {
"name": "Spryker Systems GmbH",
"email": "[email protected]",
"url": "https://spryker.com/"
},
"workspaces": [
"./",
"./vendor/spryker/spryker/Bundles/*",
"./vendor/spryker/spryker/Bundles/*/assets/Zed"
],
"scripts": {
"yves:stylelint": "node ./frontend/libs/stylelint",
"yves:stylelint:fix": "node ./frontend/libs/stylelint --fix"
},
"engines": {
"node": ">=12.22.0"
},
"dependencies": {
"@spryker/frontend-config.eslint": "0.1.0",
"@spryker/frontend-config.stylelint": "0.0.5",
"@spryker/frontend-sniffer": "https://github.com/spryker-sdk/frontend-sniffer/tarball/0.2.6",
"commander": "^4.0.1",
"eslint": "^8.35.0",
"prettier": "^2.8.0",
"stylelint": "^16.11.0"
}
}