mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "InvenTreeUI",
|
||
|
"private": true,
|
||
|
"version": "0.1.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"preview": "vite preview",
|
||
|
"extract": "lingui extract",
|
||
|
"compile": "lingui compile --typescript"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@lingui/core": "^4.2.1",
|
||
|
"@lingui/react": "^4.2.1",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.20.5",
|
||
|
"@babel/preset-react": "^7.18.6",
|
||
|
"@babel/preset-typescript": "^7.18.6",
|
||
|
"@lingui/cli": "^4.2.1",
|
||
|
"@lingui/macro": "^4.2.1",
|
||
|
"@playwright/test": "^1.35.0",
|
||
|
"@types/node": "^20.3.0",
|
||
|
"@types/react": "^18.0.24",
|
||
|
"@types/react-dom": "^18.0.8",
|
||
|
"@types/react-router-dom": "^5.3.3",
|
||
|
"@vitejs/plugin-react": "^4.0.0",
|
||
|
"babel-plugin-macros": "^3.1.0",
|
||
|
"typescript": "^5.1.3",
|
||
|
"vite": "^4.0.3",
|
||
|
"vite-plugin-babel-macros": "^1.0.6"
|
||
|
}
|
||
|
}
|