forked from wilhelm-lab/biowc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
{
"name": "root",
"dependencies": {
"biowc-scatter": "file:packages/biowc-scatter",
"download-button": "file:packages/download-button"
},
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/eslint-config": "^9.2.0",
"@open-wc/testing": "^3.1.7",
"@types/d3": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@web/dev-server": "^0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.14.1",
"@web/test-runner-playwright": "^0.8.10",
"concurrently": "^5.3.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"lint-staged": "^10.5.4",
"prettier": "^2.8.2",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/web-components": "^6.5.15",
"babel-loader": "^8.3.0",
"husky": "^8.0.0",
"lerna": "^6.1.0",
"lit": "^2.0.2",
"lit-html": "^2.6.1"
},
"scripts": {
"prepare": "husky install",
"storybook": "lerna run build && start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "lerna run build",
"lint": "lerna run lint",
"lint:fix": "lerna run lint",
"clean": "lerna run clean",
"test": "lerna run test"
}
}