55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "display-ambient-light-desktop",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@mui/material": "^5.11.13",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"clsx": "^1.2.1",
|
|
"debug": "^4.3.4",
|
|
"notistack": "^2.0.8",
|
|
"ramda": "^0.28.0",
|
|
"react": "^18.2.0",
|
|
"react-async-hook": "^4.0.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
|
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
|
|
"@emotion/serialize": "^1.1.1",
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/node": "^18.15.3",
|
|
"@types/ramda": "^0.28.23",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"eslint-config-prettier": "^8.7.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.4",
|
|
"tailwindcss": "^3.2.7",
|
|
"twin.macro": "^3.1.0",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^3.2.5"
|
|
}
|
|
}
|