-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 851 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 851 Bytes
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
{
"name": "mollie-shopware6-testing",
"version": "1.0.0",
"description": "",
"author": "Mollie B.V.",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/runtime": "^7.15.4",
"babel-eslint": "10.0.2",
"babel-preset-env": "^1.7.0",
"deepmerge": "^4.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^10.1.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.5.3",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^4.0.1",
"vitest": "^3.0.6"
}
}