-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 Bytes
/
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
{
"name": "@rtech/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"devDependencies": {
"@astrojs/ts-plugin": "^1.0.7",
"@nrwl/devkit": "^16.2.1",
"@nrwl/js": "^16.2.1",
"@nrwl/linter": "^16.2.1",
"@nx/devkit": "^16.2.1",
"@nx/eslint-plugin": "^16.2.1",
"@nx/js": "^16.3.2",
"@nx/linter": "^16.2.1",
"@nx/plugin": "^16.2.1",
"@nx/vite": "^16.2.1",
"@nx/workspace": "16.2.1",
"@nxtensions/astro": "^3.5.0",
"@types/node": "18.7.1",
"astro": "^2.0.0",
"jsdom": "~20.0.3",
"nx": "16.2.1",
"prettier": "^2.6.2",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-plugin-copy-files": "^1.1.1",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2"
},
"packageManager": "[email protected]",
"scripts": {
"postinstall": "node ./tools/scripts/patch-nx-cli.js"
},
"dependencies": {
"@swc/helpers": "~0.5.0"
}
}