trust-module-frontend/package.json

34 lines
720 B
JSON

{
"name": "trust_module",
"version": "0.1.0",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.1"
},
"dependencies": {
"cra-template": "^1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}