-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.16 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@eds/website",
"private": true,
"version": "0.0.1",
"description": "EDS Editorial Website",
"scripts": {
"aemUp": "aem up",
"build": "tsc && vite build",
"build:watch": "run-p tsc:watch vite:watch",
"lint:js": "eslint 'src/**/!(*-toc).{js,ts}'",
"lint:js:fix": "eslint --fix 'src/**/!(*-toc).{js,ts}'",
"lint:css": "stylelint src/**/*.scss",
"lint:css:fix": "stylelint src/**/*.scss --fix",
"lint": "npm run lint:js",
"lint:fix": "npm run lint:js",
"start": "npm-run-all --parallel build:watch aemUp",
"tsc:watch": "tsc -w",
"vite": "vite",
"vite:watch": "vite build -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/aem-boilerplate.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/aem-boilerplate/issues"
},
"homepage": "https://github.com/adobe/aem-boilerplate#readme",
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@pro-vision/eslint-config-pv": "3.1.0",
"@pro-vision/stylelint-config-pv": "2.0.8",
"@types/js-cookie": "3.0.3",
"@types/node": "^20.11.21",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"breakpoint-sass": "3.0.0",
"chai": "5.0.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier-stylelint": "0.4.2",
"rollup-plugin-minify-html-literals": "1.2.6",
"sass": "1.70.0",
"stylelint": "14.8.2",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "6.0.0",
"stylelint-order": "6.0.3",
"stylelint-prettier": "3.0.0",
"stylelint-scss": "5.0.0",
"typescript": "^5.3.3",
"vite": "5.0.12"
},
"dependencies": {
"@kluntje/core": "1.3.0",
"@kluntje/js-utils": "^0.7.2",
"@kluntje/polyfills": "^0.2.0",
"@kluntje/services": "^0.6.5",
"js-cookie": "2.2.1",
"lit": "3.1.1",
"lottie-web": "^5.10.2"
},
"engines": {
"node": ">=18",
"npm": ">10.2"
}
}