-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.89 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.89 KB
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
{
"name": "sample-app-fabric",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "npx @react-native-community/cli start",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"watch": "rnw-scripts watch",
"windows": "npx @react-native-community/cli run-windows",
"test": "rnw-scripts test",
"bundle": "rnw-scripts prepareBundle && npx @react-native-community/cli bundle --platform windows --entry-file App.tsx --bundle-output windows/SampleAppFabric/Bundle/app.windows.bundle --assets-dest windows/SampleAppFabric/Bundle"
},
"dependencies": {
"@types/react": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@react-native/new-app-screen": "0.82.0-nightly-20250806-5936f29d6",
"react": "^19.1.0",
"react-native": "0.82.0-nightly-20250806-5936f29d6",
"react-native-windows": "^0.0.0-canary.1004",
"xaml-calendar-view": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.20.0",
"@jest/globals": "^29.7.0",
"@react-native-community/cli": "20.0.0",
"@react-native/metro-config": "0.82.0-nightly-20250806-5936f29d6",
"@rnw-scripts/babel-node-config": "2.3.3",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.38",
"@rnw-scripts/just-task": "2.3.57",
"@rnw-scripts/metro-dev-config": "0.0.0",
"@rnw-scripts/ts-config": "2.0.6",
"@rnx-kit/jest-preset": "^0.1.16",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"just-scripts": "^1.3.3",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}