2021-08-29 04:36:17 -07:00
|
|
|
{
|
|
|
|
"name": "n8n-design-system",
|
2024-09-11 07:56:54 -07:00
|
|
|
"version": "1.49.0",
|
2023-04-06 06:32:45 -07:00
|
|
|
"main": "src/main.ts",
|
|
|
|
"import": "src/main.ts",
|
2021-08-29 04:36:17 -07:00
|
|
|
"scripts": {
|
2023-12-06 07:28:33 -08:00
|
|
|
"dev": "pnpm run storybook",
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
2022-09-23 07:14:28 -07:00
|
|
|
"build": "vite build",
|
2024-03-15 04:10:19 -07:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
2023-11-07 05:19:39 -08:00
|
|
|
"test": "vitest run",
|
2022-04-29 06:23:41 -07:00
|
|
|
"test:dev": "vitest",
|
2023-02-14 03:44:13 -08:00
|
|
|
"build:storybook": "storybook build",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
2024-03-15 07:14:45 -07:00
|
|
|
"chromatic": "chromatic",
|
2024-09-17 05:10:22 -07:00
|
|
|
"format": "biome format --write . && prettier --write . --ignore-path ../../.prettierignore",
|
|
|
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix"
|
2021-08-29 04:36:17 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-13 08:52:29 -07:00
|
|
|
"@n8n/storybook": "workspace:*",
|
2023-12-19 10:23:55 -08:00
|
|
|
"@testing-library/jest-dom": "^6.1.5",
|
|
|
|
"@testing-library/user-event": "^14.5.1",
|
|
|
|
"@testing-library/vue": "^8.0.1",
|
2024-08-12 10:43:08 -07:00
|
|
|
"@types/markdown-it": "^13.0.9",
|
2022-11-15 09:20:54 -08:00
|
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
2024-08-12 10:43:08 -07:00
|
|
|
"@types/markdown-it-link-attributes": "^3.0.5",
|
2024-03-05 08:20:07 -08:00
|
|
|
"@types/sanitize-html": "^2.11.0",
|
2024-03-13 08:52:29 -07:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
2024-07-30 04:27:15 -07:00
|
|
|
"@vitest/coverage-v8": "catalog:frontend",
|
2024-05-09 05:12:13 -07:00
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"postcss": "^8.4.38",
|
2023-07-28 04:55:16 -07:00
|
|
|
"sass": "^1.64.1",
|
2024-07-23 03:30:29 -07:00
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"unplugin-icons": "^0.19.0",
|
2024-07-30 04:27:15 -07:00
|
|
|
"unplugin-vue-components": "^0.27.2",
|
|
|
|
"vite": "catalog:frontend",
|
|
|
|
"vitest": "catalog:frontend",
|
|
|
|
"vitest-mock-extended": "catalog:frontend",
|
|
|
|
"vue-tsc": "catalog:frontend"
|
2022-04-29 06:23:41 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-19 08:43:46 -08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
2024-08-21 01:42:08 -07:00
|
|
|
"element-plus": "2.4.3",
|
2024-08-12 10:43:08 -07:00
|
|
|
"markdown-it": "^13.0.2",
|
2023-01-26 17:09:30 -08:00
|
|
|
"markdown-it-emoji": "^2.0.2",
|
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
|
|
"markdown-it-task-lists": "^2.1.1",
|
2024-08-14 05:59:11 -07:00
|
|
|
"parse-diff": "^0.11.1",
|
2024-03-05 08:20:07 -08:00
|
|
|
"sanitize-html": "2.12.1",
|
2024-07-30 04:27:15 -07:00
|
|
|
"vue": "catalog:frontend",
|
2023-07-28 00:51:07 -07:00
|
|
|
"vue-boring-avatars": "^1.3.0",
|
2024-01-19 02:52:39 -08:00
|
|
|
"vue-router": "^4.2.2",
|
2023-01-26 17:09:30 -08:00
|
|
|
"xss": "^1.0.14"
|
2021-08-29 04:36:17 -07:00
|
|
|
}
|
|
|
|
}
|