-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.55 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": "@ece/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve ece",
"build": "nx build ece",
"test": "nx test ece",
"lint": "nx lint ece"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.7",
"@replit/ai-modelfarm": "^0.0.3",
"@thirdweb-dev/react": "^4.9.4",
"@thirdweb-dev/sdk": "^4.0.99",
"ethers": "^5.0.0",
"next": "^15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"redux": "^5.0.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@nx/cypress": "20.1.0",
"@nx/devkit": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/jest": "^20.1.0",
"@nx/js": "20.1.0",
"@nx/next": "20.1.0",
"@nx/playwright": "20.1.0",
"@nx/react": "20.1.0",
"@nx/rspack": "^20.1.0",
"@nx/workspace": "latest",
"@playwright/test": "^1.48.2",
"@rspack/core": "^1.1.1",
"@rspack/dev-server": "^1.0.9",
"@rspack/plugin-minify": "^0.7.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.5.0",
"@swc/core": "~1.9.2",
"@swc/helpers": "~0.5.15",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"cypress": "^13.15.2",
"eslint": "~9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "^2.0.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "^20.1.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"react-refresh": "~0.14.2",
"sass": "1.80.7",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"description": "<a alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"><img src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"></a>",
"main": "jest.preset.js",
"directories": {
"doc": "docs"
},
"author": ""
}