-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.81 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "every-layout",
"version": "0.1.6-beta",
"license": "MIT",
"scripts": {
"commit": "yarn lint && czg",
"lint": "nx run-many --target=lint",
"build": "nx run-many --target=build",
"version": "nx release version",
"release1": "node scripts/release.js",
"release-publish": "nx run-many --target=nx-release-publish",
"release2": "nx release publish",
"update-nx": "nx migrate latest",
"update-nx:run-migration": "yarn nx migrate --run-migrations"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"czConfig": "./scripts/commit-lint.js"
}
},
"packageManager": "yarn@4.1.1",
"engines": {
"node": ">= 18.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "7.22.6",
"@nx/esbuild": "18.0.7",
"@nx/eslint": "18.0.7",
"@nx/eslint-plugin": "18.0.7",
"@nx/js": "18.0.7",
"@nx/react": "18.0.7",
"@nx/react-native": "18.0.7",
"@nx/rollup": "18.0.7",
"@nx/vite": "18.0.7",
"@react-native-community/cli": "11.3.7",
"@react-native-community/cli-platform-android": "12.3.0",
"@react-native-community/cli-platform-ios": "11.3.7",
"@react-native/babel-preset": "^0.73.18",
"@react-native/metro-config": "0.73.5",
"@swc-node/register": "1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@tamagui/core": "^1.91.1",
"@tamagui/vite-plugin": "^1.91.3",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "12.4.3",
"@types/node": "18.19.21",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.2",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/ui": "1.3.1",
"babel-plugin-styled-components": "1.10.7",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest-react-native": "18.0.0",
"jsdom": "~22.1.0",
"metro": "0.76.8",
"metro-babel-register": "0.76.8",
"metro-config": "0.76.8",
"metro-react-native-babel-preset": "0.76.8",
"metro-react-native-babel-transformer": "0.76.8",
"metro-resolver": "0.76.8",
"nx": "18.0.7",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.5",
"tamagui": "^1.91.3",
"tslib": "^2.3.0",
"typescript": "^5.4.2",
"vite": "5.0.7",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-static-copy": "^1.0.1"
}
}