-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 796 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 796 Bytes
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
{
"private": true,
"engines": {
"node": "~18 || ~20",
"npm": "~9 || ~10"
},
"scripts": {},
"dependencies": {
"@fluentui/react-calendar-compat": "^0.1.3",
"@fluentui/react-components": "^9.49.0",
"@fluentui/react-datepicker-compat": "^0.4.33",
"@fluentui/react-motion-preview": "^0.5.19",
"@fluentui/react-timepicker-compat": "^0.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"mocha": "^8.3.2",
"postcss": "^8.4.31",
"remotedev": "^0.2.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vite": "^5.0.12"
}
}