2022-11-16 21:33:49 +08:00
|
|
|
{
|
2022-11-23 21:46:26 +08:00
|
|
|
"name": "display-ambient-light-desktop",
|
2022-11-16 21:33:49 +08:00
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"tauri": "tauri"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-16 20:13:08 +08:00
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
"@emotion/styled": "^11.10.6",
|
2023-02-12 15:03:40 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
2023-01-02 16:53:20 +08:00
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2023-03-16 20:13:08 +08:00
|
|
|
"@mui/material": "^5.11.13",
|
2023-01-02 20:59:32 +08:00
|
|
|
"@tauri-apps/api": "^1.2.0",
|
2022-11-23 00:36:28 +08:00
|
|
|
"clsx": "^1.2.1",
|
2023-01-15 18:38:25 +08:00
|
|
|
"debug": "^4.3.4",
|
2023-01-28 22:19:24 +08:00
|
|
|
"notistack": "^2.0.8",
|
2023-01-02 16:53:20 +08:00
|
|
|
"ramda": "^0.28.0",
|
2022-11-16 21:33:49 +08:00
|
|
|
"react": "^18.2.0",
|
2022-12-17 19:31:22 +08:00
|
|
|
"react-async-hook": "^4.0.0",
|
2022-11-19 15:28:34 +08:00
|
|
|
"react-dom": "^18.2.0"
|
2022-11-16 21:33:49 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-16 20:13:08 +08:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
2022-12-17 20:34:49 +08:00
|
|
|
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
|
|
|
|
"@emotion/serialize": "^1.1.1",
|
2023-02-12 15:03:40 +08:00
|
|
|
"@tauri-apps/cli": "^1.2.3",
|
2023-01-15 18:38:25 +08:00
|
|
|
"@types/debug": "^4.1.7",
|
2023-03-16 20:13:08 +08:00
|
|
|
"@types/node": "^18.15.3",
|
2023-02-12 15:03:40 +08:00
|
|
|
"@types/ramda": "^0.28.23",
|
|
|
|
"@types/react": "^18.0.28",
|
2023-03-16 20:13:08 +08:00
|
|
|
"@types/react-dom": "^18.0.11",
|
2023-01-02 20:59:32 +08:00
|
|
|
"@vitejs/plugin-react": "^2.2.0",
|
2023-03-16 20:13:08 +08:00
|
|
|
"autoprefixer": "^10.4.14",
|
2022-12-17 20:34:49 +08:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2023-03-16 20:13:08 +08:00
|
|
|
"eslint-config-prettier": "^8.7.0",
|
2023-02-12 15:03:40 +08:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-01-15 18:38:25 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
2022-11-19 15:28:34 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
2023-01-15 18:38:25 +08:00
|
|
|
"postcss": "^8.4.21",
|
2023-02-12 15:03:40 +08:00
|
|
|
"prettier": "^2.8.4",
|
2023-03-16 20:13:08 +08:00
|
|
|
"tailwindcss": "^3.2.7",
|
2022-12-17 20:34:49 +08:00
|
|
|
"twin.macro": "^3.1.0",
|
2023-02-12 15:03:40 +08:00
|
|
|
"typescript": "^4.9.5",
|
2023-01-02 20:59:32 +08:00
|
|
|
"vite": "^3.2.5"
|
2022-11-16 21:33:49 +08:00
|
|
|
}
|
|
|
|
}
|