|
1 | 1 | {
|
2 | 2 | "name": "@hoppscotch/ui",
|
3 |
| - "version": "0.1.4", |
| 3 | + "version": "0.2.0", |
4 | 4 | "license": "MIT",
|
5 | 5 | "description": "Hoppscotch UI",
|
6 | 6 | "author": "Hoppscotch ([email protected])",
|
|
18 | 18 | "hoppscotch api"
|
19 | 19 | ],
|
20 | 20 | "scripts": {
|
21 |
| - "dev": "histoire dev", |
| 21 | + "dev": "histoire dev --port 6006", |
22 | 22 | "watch": "vite build --watch",
|
23 |
| - "build": "vite build", |
| 23 | + "build": "vite build && npm run build:css", |
| 24 | + "build:css": "sass src/assets/scss/themes.scss dist/themes.css --no-source-map", |
24 | 25 | "story:build": "histoire build",
|
25 | 26 | "story:preview": "histoire preview",
|
26 | 27 | "prepublish": "pnpm run build"
|
|
33 | 34 | "@fontsource-variable/inter": "^5.0.5",
|
34 | 35 | "@fontsource-variable/material-symbols-rounded": "^5.0.5",
|
35 | 36 | "@fontsource-variable/roboto-mono": "^5.0.6",
|
| 37 | + "@hoppscotch/vue-sonner": "^1.2.2", |
36 | 38 | "@hoppscotch/vue-toasted": "^0.1.0",
|
37 | 39 | "@vitejs/plugin-legacy": "^2.3.0",
|
38 | 40 | "@vueuse/core": "^8.7.5",
|
39 | 41 | "fp-ts": "^2.12.1",
|
40 | 42 | "lodash-es": "^4.17.21",
|
41 | 43 | "path": "^0.12.7",
|
42 | 44 | "vite-plugin-eslint": "^1.8.1",
|
| 45 | + "vue-promise-modals": "^0.1.0", |
| 46 | + "vue-sonner": "^1.1.2", |
43 | 47 | "vuedraggable-es": "^4.1.1"
|
44 | 48 | },
|
45 | 49 | "devDependencies": {
|
46 | 50 | "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
47 | 51 | "@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
48 |
| - "@histoire/plugin-vue": "^0.12.4", |
| 52 | + "@histoire/plugin-vue": "^0.17.14", |
49 | 53 | "@iconify-json/lucide": "^1.1.109",
|
50 | 54 | "@intlify/vite-plugin-vue-i18n": "^6.0.1",
|
51 | 55 | "@rushstack/eslint-patch": "^1.1.4",
|
|
62 | 66 | "eslint": "^8.24.0",
|
63 | 67 | "eslint-plugin-prettier": "^4.2.1",
|
64 | 68 | "eslint-plugin-vue": "^9.5.1",
|
65 |
| - "histoire": "^0.12.4", |
| 69 | + "histoire": "^0.17.14", |
66 | 70 | "npm-run-all": "^4.1.5",
|
67 | 71 | "postcss": "^8.4.23",
|
68 | 72 | "prettier": "^3.1.0",
|
69 | 73 | "prettier-plugin-tailwindcss": "^0.5.7",
|
70 | 74 | "rollup-plugin-polyfill-node": "^0.10.1",
|
71 |
| - "sass": "^1.53.0", |
| 75 | + "sass": "^1.77.0", |
72 | 76 | "tailwindcss": "^3.3.2",
|
73 | 77 | "typescript": "^4.5.4",
|
74 |
| - "unplugin-icons": "^0.16.1", |
75 | 78 | "unplugin-fonts": "^1.0.3",
|
| 79 | + "unplugin-icons": "^0.16.1", |
76 | 80 | "unplugin-vue-components": "^0.21.0",
|
77 | 81 | "vite": "^3.2.3",
|
78 | 82 | "vite-plugin-checker": "^0.5.1",
|
|
103 | 107 | "exports": {
|
104 | 108 | ".": "./dist/index.js",
|
105 | 109 | "./style.css": "./dist/style.css",
|
106 |
| - "./themes.scss": "./dist/themes.scss", |
| 110 | + "./themes.css": "./dist/themes.css", |
107 | 111 | "./ui-preset": {
|
108 | 112 | "import": "./dist/ui-preset.js",
|
109 | 113 | "require": "./dist/ui-preset.js",
|
|
0 commit comments