-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.33 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
{
"name": "flavorful",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"mitosis:build": "nx run-many --target=compile --all"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@builder.io/eslint-plugin-mitosis": "^0.0.10",
"@builder.io/mitosis": "^0.0.74",
"@builder.io/mitosis-cli": "^0.0.33",
"@nativescript/angular": "^14.0.0",
"@nativescript/core": "~8.2.0",
"@nativescript/tailwind": "^2.0.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "~2.9.0",
"react": "^16.14.0",
"react-nativescript": "^4.0.0",
"react-nativescript-navigation": "^4.0.0",
"rxjs": "~7.5.0",
"svelte-native": "^1.0.4",
"tailwindcss": "^3.1.8",
"tslib": "^2.3.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@nativescript/nx": "^4.0.2",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "^14.0.0",
"@nrwl/cli": "15.0.0",
"@nrwl/eslint-plugin-nx": "15.0.0",
"@nrwl/jest": "15.0.0",
"@nrwl/linter": "15.0.0",
"@nrwl/workspace": "15.0.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"cheerio": "^1.0.0-rc.12",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nativescript-vue-template-compiler": "~2.9.0",
"nx": "15.0.0",
"prettier": "^2.6.2",
"sass": "^1.32.0",
"gluegun": "^5.1.2",
"svelte": "~3.44.0",
"svelte-loader": "^3.1.2",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^4.7.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"vue": "~2.6.12"
},
"nativescript-nx": {
"prefix": "flavorful",
"framework": "vanilla"
}
}