mirror of
https://github.com/chenasraf/fp-max-extension.git
synced 2026-05-18 01:49:02 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "fp-max-extension",
|
|
"private": true,
|
|
"version": "0.2.2",
|
|
"repository": "https://github.com/chenasraf/fp-max-extension",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsc && vite build --mode development",
|
|
"build": "tsc && vite build --mode production",
|
|
"zip": "rm -f dist.zip && cd dist && zip -r ../dist.zip .",
|
|
"build:zip": "yarn build && yarn zip",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@svgr/rollup": "^6.5.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"clsx": "^1.2.1",
|
|
"preact": "^10.13.0",
|
|
"tailwindcss": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^1.0.14",
|
|
"@locator/babel-jsx": "^0.2.4",
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@types/chrome": "^0.0.225",
|
|
"@types/node": "^18.15.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
"eslint": "^8.36.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"nodemon": "^2.0.22",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|