-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 941 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
35
36
37
38
39
{
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7"
},
"name": "reactime-native",
"version": "1.0.0",
"description": "Will add description later",
"main": "index.js",
"scripts": {
"dev": "vite",
"test": "npm run test:client && npm run test:rn",
"test:client": "cd client && npx vitest run",
"test:rn": "cd sample-RN-app && npx vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/reactime-native.git"
},
"keywords": [
"reactime",
"react",
"native"
],
"author": "Ansara Hollinger",
"contributors": [
"Will Booth",
"Jamila Gibson"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/reactime-native/issues"
},
"homepage": "https://github.com/oslabs-beta/reactime-native#readme"
}