-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.19 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
{
"name": "@srgssr/pillarbox-web-suite",
"description": "A suite of plugins and themes for pillarbox-web",
"version": "0.0.1",
"license": "MIT",
"author": "SRG SSR",
"repository": {
"type": "git",
"url": "git+https://github.com/SRGSSR/pillarbox-web-suite.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://plugins.pillarbox.ch",
"type": "module",
"workspaces": [
"packages/*",
"themes/*"
],
"scripts": {
"create": "plop --plopfile scripts/create.js",
"eslint": "eslint {packages/**/{src,test}/**/*.{js,jsx},scripts/*.{js,jsx}}",
"github:page": "npm run github:page --ws && vite build && node scripts/prepare-deployment.js",
"start": " vite --host --port 4200 --open",
"outdated": "npm outdated",
"prepare": "husky",
"stylelint": "stylelint **/*.{css,scss} --allow-empty-input",
"stylelint:fix": "stylelint **/*.{css,scss} --fix",
"test": "vitest run --coverage --reporter=verbose --silent",
"test:create": "vitest run --config scripts/vitest.scripts.config.js"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^13.0.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"node-plop": "^0.32.0",
"plop": "^4.0.1",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.80.3",
"semantic-release": "^23.1.1",
"semantic-release-monorepo": "^8.0.2",
"stylelint": "^16.10.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"vite": "^5.4.10",
"vitest": "^2.1.3"
}
}