-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sky-aware",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fluentui/react": "^8.123.0",
"@fluentui/react-components": "^9.64.0",
"@fluentui/react-icons": "^2.0.302",
"@fluentui/react-nav-preview": "^0.13.8",
"@fontsource/roboto": "^5.2.6",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.2.0",
"@tailwindcss/postcss": "^4.1.8",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.0",
"antd-mobile": "^5.39.0",
"clsx": "^2.1.1",
"graphql": "^16.11.0",
"mapbox-gl": "^3.13.0",
"mui-color-input": "^7.0.0",
"pubsub-js": "^1.9.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"scss": "^0.2.4",
"tailwind-merge": "^3.3.0",
"tauri": "^0.15.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/pubsub-js": "^1.8.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"sass-embedded": "^1.89.1",
"tailwindcss": "^3.4.1",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}