-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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
{
"name": "image-scramble-react-native",
"private": true,
"scripts": {
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"devDependencies": {
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@rnx-kit/metro-config": "2.2.4",
"@rnx-kit/metro-resolver-symlinks": "0.2.11",
"@rnx-kit/tools-workspaces": "0.2.3",
"@types/jest": "29.5.14",
"@types/react": "19.2.14",
"@types/react-test-renderer": "19.1.0",
"jest": "29.7.0",
"oxfmt": "0.35.0",
"oxlint": "1.50.0",
"prettier-plugin-tailwindcss": "0.5.14",
"react-test-renderer": "19.2.3",
"tailwindcss": "3.4.19",
"typescript": "5.9.3"
},
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"lightningcss": "1.30.1"
}
}
}