| 1 |
{ |
| 2 |
"name": "vipps-react-ui", |
| 3 |
"private": true, |
| 4 |
"version": "0.0.0", |
| 5 |
"type": "module", |
| 6 |
"license": "MIT", |
| 7 |
"scripts": { |
| 8 |
"dev": "vite build --watch --emptyOutDir", |
| 9 |
"build": "tsc && vite build --emptyOutDir", |
| 10 |
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 11 |
"preview": "vite preview" |
| 12 |
}, |
| 13 |
"devDependencies": { |
| 14 |
"@types/react": "^18.2.37", |
| 15 |
"@types/react-dom": "^18.2.15", |
| 16 |
"@typescript-eslint/eslint-plugin": "^6.10.0", |
| 17 |
"@typescript-eslint/parser": "^6.10.0", |
| 18 |
"@vitejs/plugin-react": "^6.0.1", |
| 19 |
"@wordpress/scripts": "^31.6.0", |
| 20 |
"eslint": "^8.53.0", |
| 21 |
"eslint-plugin-react-hooks": "^4.6.0", |
| 22 |
"eslint-plugin-react-refresh": "^0.4.4", |
| 23 |
"typescript": "^5.2.2", |
| 24 |
"vite": "^8.0.16" |
| 25 |
} |
| 26 |
} |
| 27 |
|