-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (55 loc) · 1.73 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
{
"name": "furo-base-components",
"workspaces": [
"packages/*"
],
"private": true,
"description": "Collection of furo base components",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"lerna": "^8.1.9",
"sinon": "^17.0.1",
"typescript-lit-html-plugin": "^0.9.0",
"cem-plugin-vs-code-custom-data-generator": "^1.4.2",
"custom-element-jet-brains-integration": "^1.6.2",
"lit": "^3.2.1",
"@bufbuild/buf": "^1.38.0",
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protoc-gen-es": "^2.0.0",
"@custom-elements-manifest/analyzer": "^0.10.3",
"@furo/fbp": "^6.13.0",
"@open-wc/eslint-config": "^12.0.3",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.7",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.0",
"@web/dev-server": "^0.4.6",
"@web/test-runner": "^0.18.2",
"@web/test-runner-junit-reporter": "^0.7.1",
"@web/test-runner-playwright": "^0.11.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"scripts": {
"bootstrap": "yarn install && ./scripts/bootstrap.sh",
"test:all": "web-test-runner --files packages/**/*.test.js --coverage",
"test:all:watch": "web-test-runner --files packages/**/*.test.js --watch",
"docs:start": "cd hugo && hugo serve",
"docs:generate": "./scripts/cem.sh",
"docs:publish": "./scripts/publishDocs.sh"
},
"author": "veith",
"license": "MIT",
"dependencies": {
"npm": "^10.2.5",
"run": "^1.4.0"
}
}