pylib-solid/package.json

45 lines
1.0 KiB
JSON

{
"name": "pylib_editor",
"version": "0.1.0",
"description": "Pinyin Input Method Library Editor.",
"type": "module",
"license": "Apache-2.0",
"author": {
"name": "Midnite"
},
"repository": {
"type": "git",
"url": "https://github.com/vixalie/pylib-editor"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"ramda": "^0.29.1",
"solid-js": "^1.7.8",
"@tauri-apps/api": "^1.5.2"
},
"devDependencies": {
"@types/events": "^3.0.1",
"@types/ramda": "^0.29.6",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.45.0",
"lost": "^9.0.2",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.2.0",
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1",
"postcss-utilities": "^0.8.4",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.8.0",
"@tauri-apps/cli": "^1.5.8"
}
}