-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "sdcore-nms",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@canonical/react-components": "^1.7.1",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.0.1",
"@tanstack/react-query": "^5.62.2",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"formik": "2.4.6",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"next": "15.0.3",
"next-swagger-doc": "^0.4.1",
"postcss": "8.4.49",
"react": "18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"sass": "^1.81.1",
"swagger-ui-react": "^5.18.2",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"vanilla-framework": "^4.18.2",
"yup": "1.4.0"
},
"devDependencies": {
"@types/swagger-ui-react": "^4.18.2",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}