-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "@robstarbuck/lib.robstarbuck.uk",
"private": false,
"version": "0.0.1",
"type": "module",
"exports": {
"mouse-parallax": "./dist/mouse-parallax.js"
},
"types": "types/index.d.ts",
"files": [
"dist",
"types",
"!story"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-manifest": "wca analyze \"src/**/index.ts\" --outFile custom-elements.json"
},
"dependencies": {
"lit": "^3.1.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/blocks": "^8.0.2",
"@storybook/web-components": "^8.0.2",
"@storybook/web-components-vite": "^8.0.2",
"@types/chroma-js": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chroma-js": "^2.4.2",
"eslint": "^8.37.0",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.0.2",
"typescript": "^5.0.3",
"vite": "^5.0.12",
"web-component-analyzer": "^2.0.0-next.4"
},
"customElements": "custom-elements.json",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/robstarbuck/lib.robstarbuck.uk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robstarbuck/lib.robstarbuck.uk/issues"
},
"homepage": "https://github.com/robstarbuck/lib.robstarbuck.uk#readme",
"description": "",
"publishConfig": {
"@robstarbuck:registry": "https://npm.pkg.github.com"
}
}