-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "stackblitz-templates",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"nx": "nx"
},
"devDependencies": {
"@nativescript/nx": "^19.0.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/plugin": "20.3.0",
"@nx/workspace": "20.3.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "20.3.0",
"prettier": "^2.6.2",
"ts-jest": "29.1.5",
"ts-node": "10.9.1",
"typescript": "5.6.3"
},
"dependencies": {
"@nativescript/core": "~8.8.0",
"tslib": "^2.6.3"
},
"nativescript-nx": {
"prefix": "stackblitz",
"framework": "vanilla"
}
}