mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
33 lines
678 B
JSON
33 lines
678 B
JSON
{
|
|
"name": "preference-selector-extension",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "node src/build.js",
|
|
"test": "react-scripts test"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"react-scripts": "5.0.1",
|
|
"tailwindcss": "^3.4.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|