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": {
|
2022-12-17 20:34:49 +08:00
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
2023-01-02 16:53:20 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2023-01-02 20:59:32 +08:00
|
|
|
"@mui/material": "^5.11.2",
|
|
|
|
"@tauri-apps/api": "^1.2.0",
|
2022-11-23 00:36:28 +08:00
|
|
|
"clsx": "^1.2.1",
|
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-01-02 20:59:32 +08:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.20.7",
|
2022-12-17 20:34:49 +08:00
|
|
|
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
|
|
|
|
"@emotion/serialize": "^1.1.1",
|
2023-01-02 20:59:32 +08:00
|
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
|
|
"@types/node": "^18.11.18",
|
2023-01-02 16:53:20 +08:00
|
|
|
"@types/ramda": "^0.28.20",
|
2023-01-02 20:59:32 +08:00
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
"@vitejs/plugin-react": "^2.2.0",
|
2022-11-19 15:28:34 +08:00
|
|
|
"autoprefixer": "^10.4.13",
|
2022-12-17 20:34:49 +08:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2022-11-19 15:28:34 +08:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
2023-01-02 20:59:32 +08:00
|
|
|
"postcss": "^8.4.20",
|
|
|
|
"prettier": "^2.8.1",
|
2022-11-19 15:28:34 +08:00
|
|
|
"tailwindcss": "^3.2.4",
|
2022-12-17 20:34:49 +08:00
|
|
|
"twin.macro": "^3.1.0",
|
2023-01-02 20:59:32 +08:00
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"vite": "^3.2.5"
|
2022-11-16 21:33:49 +08:00
|
|
|
}
|
|
|
|
}
|