@jonywu/icon_test
Version:
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "@jonywu/icon_test",
"version": "1.0.1-alpha.1",
"description": "icon_test",
"license": "MIT",
"author": "jony",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jonyworker/icon_test.git"
},
"bugs": {
"url": "https://github.com/jonyworker/icon_test"
},
"keywords": [
"ded",
"design system",
"wds",
"ds"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vue": "^3.5.13"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@eslint/js": "^9.20.0",
"@types/node": "^22.13.10",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"eslint": "^9.20.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"sass": "^1.77.8",
"storybook": "8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"vanillajs-datepicker": "^1.3.4",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-vue-devtools": "^7.7.2",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.8"
}
}