This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.39 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@portalweb/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@directus/sdk": "^11.0.3",
"@headlessui/react": "^1.7.15",
"@iconify/react": "^4.1.1",
"@nx/devkit": "16.7.2",
"@nx/next": "16.5.0",
"clsx": "^1.2.1",
"framer-motion": "^10.12.18",
"lightgallery": "^2.7.1",
"next": "13.4.12",
"qs": "^6.11.2",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-share": "^4.4.1",
"sharp": "^0.32.3",
"swiper": "^10.0.4",
"swr": "^2.2.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@iconify/tools": "^3.0.2",
"@nx/cypress": "16.5.0",
"@nx/eslint-plugin": "16.5.0",
"@nx/jest": "16.7.2",
"@nx/js": "16.7.2",
"@nx/linter": "16.5.0",
"@nx/plugin": "^16.7.2",
"@nx/react": "16.5.0",
"@nx/rollup": "16.5.0",
"@nx/workspace": "16.5.0",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^8.0.1",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@swc/helpers": "~0.5.0",
"@swc/jest": "0.2.20",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/qs": "^6.9.7",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cypress": "^12.16.0",
"daisyui": "^3.3.1",
"eslint": "~8.15.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "16.5.0",
"nx-cloud": "latest",
"postcss": "8.4.21",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
"prettier": "^2.6.2",
"swc-loader": "0.1.15",
"tailwindcss": "3.2.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4"
},
"nx": {
"includedScripts": []
}
}