-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "stackblitz-templates",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"nx": "nx",
"clean.all": "npx rimraf node_modules && yarn && nx run-many --target=clean --all"
},
"devDependencies": {
"@nativescript/nx": "^20.0.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@nx/devkit": "20.4.3",
"@nx/eslint": "20.4.3",
"@nx/eslint-plugin": "20.4.3",
"@nx/jest": "20.4.3",
"@nx/js": "20.4.3",
"@nx/plugin": "20.4.3",
"@nx/workspace": "20.4.3",
"@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": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "20.4.3",
"prettier": "^3.5.1",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
},
"dependencies": {
"@nativescript/core": "~8.8.0",
"tslib": "^2.6.3"
},
"nativescript-nx": {
"prefix": "stackblitz",
"framework": "vanilla"
}
}