forked from KevinChiputra/Library_SWE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
{
"name": "cdt-vuexy-template",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"prepare": "husky install",
"depcheck": "nextweb depcheck --prefer-wanted",
"clean": "nextweb clean",
"build": "cross-env NODE_ENV=production nextweb build",
"start": "nextweb start",
"test": "nextweb test",
"lint": "nextweb lint",
"help": "nextweb help",
"config": "nextweb config"
},
"devDependencies": {
"@nxweb/builder": "3.6.0-rc.41",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"cross-env": "^7.0.3",
"eslint": "^8.53.0",
"husky": "^8.0.0",
"jest": "^29.6.4",
"typescript": "^5.2.2"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@casl/ability": "^6.5.0",
"@casl/react": "^3.1.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.11",
"@mui/utils": "^5.15.3",
"@nxweb/auth": "3.6.0-rc.19",
"@nxweb/core": "3.6.0-rc.35",
"@nxweb/icons": "3.6.0-rc.29",
"@nxweb/react": "3.6.0-rc.10",
"@nxweb/react-bootstrap": "3.6.0-rc.0",
"hoist-non-react-statics": "^3.3.2",
"keen-slider": "^6.8.6",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-popper": "^2.3.0",
"react-router-dom": "^6.17.0",
"stylis-plugin-rtl": "^2.1.1"
}
}