-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (77 loc) · 2.31 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
{
"name": "@solid-x-platforms/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"apps/nativescript-hello-world"
],
"scripts": {
"setup": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn --ignore-scripts && nx run-many --target=clean --all",
"postinstall": "npx patch-package",
"android": "nx run nativescript-hello-world:android",
"ios": "nx run nativescript-hello-world:ios",
"vision": "nx run nativescript-hello-world:vision",
"web": "nx serve web-hello-world"
},
"dependencies": {
"@nativescript-community/ui-collectionview": "^5.3.2",
"@nativescript/core": "vision",
"@nativescript/swift-ui": "vision",
"solid-js": "^1.8.8",
"tslib": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@nativescript-dom/core-types": "^1.0.29",
"@nativescript-dom/solidjs-types": "^1.0.19",
"@nativescript/nx": "^17.0.0",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types": "~8.6.0",
"@nativescript/webpack": "vision",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.10.6",
"@solidjs/start": "^0.4.4",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.102",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"autoprefixer": "^10.4.15",
"babel": "^6.23.0",
"babel-loader": "^9.1.0",
"babel-preset-solid": "~1.8.8",
"dominative": "^0.1.1",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"jsdom": "~23.2.0",
"nx": "17.2.8",
"patch-package": "^8.0.0",
"postcss": "^8.4.28",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"solid-devtools": "^0.29.2",
"solid-refresh": "^0.6.1",
"solid-start-node": "^0.3.10",
"swc-loader": "~0.2.3",
"tailwindcss": "~3.2.0",
"typescript": "~5.3.0",
"undom-ng": "^1.1.1",
"vinxi": "~0.1.1",
"vite": "5.0.11",
"vite-plugin-solid": "^2.8.0",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "~1.1.3"
},
"nativescript-nx": {
"prefix": "",
"framework": "solidjs"
}
}