-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 927 Bytes
/
package.json
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
{
"private": true,
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@azure/msal-browser": "^2.22.1",
"@azure/msal-react": "^1.3.1",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"eslint-config-next": "^15.0.1",
"framer-motion": "^6.2.8",
"next": "^15.0.1",
"react": "^18.3.1",
"react-data-table-component": "^7.4.7",
"react-dom": "^18.3.1",
"react-hook-form": "^7.29.0",
"react-icons": "^4.3.1",
"react-toastify": "^9.1.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.0"
}
}