-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.61 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
88
89
90
91
92
93
94
{
"name": "@naxodev/oss",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@angular-devkit/core": "~17.3.7",
"@cloudflare/next-on-pages": "^1.12.0",
"@cloudflare/vitest-pool-workers": "^0.4.7",
"@cloudflare/workers-types": "^4.20240512.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.52.0",
"@jscutlery/semver": "^5.2.0",
"@nx/angular": "19.3.2",
"@nx/devkit": "19.3.2",
"@nx/esbuild": "19.3.2",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/js": "19.3.2",
"@nx/next": "19.3.2",
"@nx/node": "19.3.2",
"@nx/plugin": "19.3.2",
"@nx/react": "19.3.2",
"@nx/vite": "19.3.2",
"@nx/web": "19.3.2",
"@nx/workspace": "19.3.2",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.4.0",
"@types/kill-port": "^2.0.3",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/semver": "^7.5.8",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitest/coverage-v8": "1.4.0",
"@vitest/ui": "1.6.0",
"babel-jest": "^29.4.1",
"chalk": "^4.1.2",
"cli-spinners": "^2.9.2",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.4.4",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.0",
"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",
"fs-extra": "^11.2.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"kill-port": "^2.0.1",
"ngx-deploy-npm": "^7.1.0",
"nx": "19.3.2",
"nx-cloud": "19.0.0",
"prettier": "^2.6.2",
"semver": "^7.6.0",
"tcp-port-used": "^1.0.2",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.4",
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"vite": "~5.0.0",
"vitest": "1.6.0",
"webpack": "^5.90.1",
"wrangler": "^3.62.0"
},
"dependencies": {
"@types/fs-extra": "^11.0.4",
"hono": "^4.4.9",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
}
}