|
1 | 1 | {
|
2 |
| - "name": "@lace/ui", |
| 2 | + "name": "@input-output-hk/lace-ui-toolkit", |
3 | 3 | "version": "0.1.0",
|
4 | 4 | "description": "Lace UI Toolkit",
|
5 | 5 | "homepage": "https://github.com/input-output-hk/lace-ui-toolkit/blob/main/README.md",
|
|
10 | 10 | "type": "git",
|
11 | 11 | "url": "git+https://github.com/input-output-hk/lace-ui-toolkit.git"
|
12 | 12 | },
|
| 13 | + "files": [ |
| 14 | + "LICENSE", |
| 15 | + "README.md", |
| 16 | + "dist", |
| 17 | + "package.json" |
| 18 | + ], |
13 | 19 | "license": "Apache-2.0",
|
14 | 20 | "author": "IOHK",
|
15 | 21 | "main": "dist/index.js",
|
|
22 | 28 | "cleanup": "yarn exec rm -rf dist node_modules",
|
23 | 29 | "format": "yarn prettier --write .",
|
24 | 30 | "format-check": "yarn prettier --check .",
|
25 |
| - "lint": "yarn eslint --ext .ts,.tsx .", |
26 |
| - "lint:fix": "yarn eslint --ext .ts,.tsx --fix .", |
| 31 | + "lint": "yarn eslint --ext .ts,.tsx,.js,.jsx .", |
| 32 | + "lint:fix": "yarn eslint --ext .ts,.tsx,.js,.jsx --fix .", |
27 | 33 | "storybook": "NODE_OPTIONS=--openssl-legacy-provider; start-storybook -p 6006",
|
28 | 34 | "test": "echo \"@lace/ui: no test command specified\"",
|
29 | 35 | "test-storybook": "test-storybook",
|
30 | 36 | "test-storybook:ci": "NODE_OPTIONS=--openssl-legacy-provider; export STORYBOOK_TEST=1; concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook && http-server storybook-static --port 6006\" \"wait-on http://127.0.0.1:6006/ && yarn test-storybook\"",
|
31 | 37 | "type-check": "tsc --noEmit",
|
32 | 38 | "watch": "yarn build --watch"
|
33 | 39 | },
|
| 40 | + "publishConfig": { |
| 41 | + "registry": "https://npm.pkg.github.com" |
| 42 | + }, |
34 | 43 | "dependencies": {
|
35 | 44 | "@radix-ui/react-alert-dialog": "^1.0.4",
|
36 | 45 | "@radix-ui/react-avatar": "^1.0.2",
|
|
64 | 73 | "devDependencies": {
|
65 | 74 | "@babel/cli": "^7.22.10",
|
66 | 75 | "@babel/core": "^7.21.0",
|
| 76 | + "@commitlint/cli": "^17.6.3", |
| 77 | + "@commitlint/config-conventional": "^17.6.3", |
67 | 78 | "@rollup/plugin-commonjs": "20.0.0",
|
68 | 79 | "@rollup/plugin-image": "2.1.1",
|
69 | 80 | "@rollup/plugin-node-resolve": "13.0.4",
|
70 | 81 | "@rollup/plugin-typescript": "^11.1.1",
|
| 82 | + "@semantic-release/changelog": "^6.0.3", |
| 83 | + "@semantic-release/git": "^10.0.1", |
71 | 84 | "@storybook/addon-actions": "^6.5.16",
|
72 | 85 | "@storybook/addon-essentials": "^6.5.16",
|
73 | 86 | "@storybook/addon-interactions": "^6.5.16",
|
|
100 | 113 | "eslint-plugin-react": "7.31.8",
|
101 | 114 | "eslint-plugin-storybook": "^0.6.11",
|
102 | 115 | "http-server": "^14.1.1",
|
| 116 | + "husky": "^8.0.3", |
103 | 117 | "jest-image-snapshot": "^6.1.0",
|
| 118 | + "lint-staged": "^13.2.2", |
104 | 119 | "prettier": "3.2.5",
|
105 | 120 | "rollup": "2.56.3",
|
106 | 121 | "rollup-plugin-copy": "^3.4.0",
|
107 | 122 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
| 123 | + "semantic-release": "^21.0.2", |
108 | 124 | "storybook": "7.6.7",
|
109 | 125 | "storybook-addon-pseudo-states": "^1.15.2",
|
110 | 126 | "typescript": "^4.9.5",
|
|
0 commit comments