forked from adaptto/adaptto-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "@adaptto/adaptto-website",
"private": true,
"version": "1.0.0",
"description": "adaptTo() Website based on AEM Franklin",
"scripts": {
"test": "wtr \"./test/**/*.test.js\" --node-resolve --port=2000 --coverage",
"test:watch": "npm test -- --watch",
"lint:js": "eslint . --ext .json,.js",
"lint:css": "stylelint blocks/**/*.css styles/*.css",
"lint": "npm run lint:js && npm run lint:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adaptto/adaptto-website.git"
},
"author": "diva-e",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adaptto/adaptto-website/issues"
},
"homepage": "https://github.com/adaptto/adaptto-website",
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/eslint-parser": "7.24.6",
"@esm-bundle/chai": "4.3.4",
"@web/test-runner": "0.18.2",
"@web/test-runner-commands": "0.9.0",
"chai": "5.1.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"sinon": "18.0.0",
"stylelint": "16.6.0",
"stylelint-config-standard": "36.0.0"
}
}