-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 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
{
"name": "@etchteam/diamond-ui",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint:styles": "stylelint \"styles/**/*.css\"",
"release": "semantic-release"
},
"keywords": [],
"author": "etchteam",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/etchteam/diamond-ui.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"lit": "^3.1.0",
"modern-normalize": "2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@etchteam/eslint-config": "^1.8.0",
"@etchteam/stylelint-config": "^1.5.0",
"@rollup/plugin-typescript": "^11.1.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/manager-api": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@storybook/web-components": "^8.3.5",
"@storybook/web-components-vite": "^8.3.5",
"eslint": "^8.56.0",
"eslint-plugin-lit-a11y": "^1.1.0-next.1",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-storybook": "^0.9.0",
"glob": "^10.3.10",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"lodash": "4.17.21",
"postcss-import": "^16.0.0",
"postcss-import-ext-glob": "^2.1.1",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.34.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^23.0.0",
"storybook": "^8.3.5",
"stylelint": "^15.11.0",
"typescript": "^5.3.3",
"vite": "6.1.0"
}
}