-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 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
{
"name": "@adobe/adobe-design-website",
"private": true,
"version": "0.1.0",
"description": "Redesigned website for adobe.design",
"scripts": {
"lint:scripts": "eslint .",
"lint:styles": "stylelint 'blocks/**/*.css' 'styles/*.css'",
"lint": "npm run lint:scripts && npm run lint:styles",
"start": "aem up",
"test-reminder": "echo '👉 Remember to run the dev application 👈'",
"test": "npm run test-reminder && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/adobe-design-website.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/adobe-design-website/issues"
},
"homepage": "adobe.design",
"devDependencies": {
"@babel/eslint-parser": "^7.26.8",
"@eslint/js": "^9.22.0",
"@testing-library/jest-dom": "^6.6.3",
"eslint": "^9.22.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^17.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"puppeteer": "^24.4.0",
"stylelint": "16.26.1",
"stylelint-config-standard": "38.0.0",
"stylelint-stylus": "^1.0.0"
}
}