-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.71 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": "chronos-app",
"version": "0.1.17",
"contributors": [
{
"name": "Adrian Fahrbach",
"email": "adrianfahrbach@me.com",
"url": "https://adrianfahrbach.com/"
},
{
"name": "Florian Merz",
"email": "florian.merz@mail.de"
}
],
"scripts": {
"start": "npm run git-secret:check && react-native start",
"postinstall": "patch-package",
"devtools": "npx react-devtools",
"clear-cache": "sh ./scripts/clear-cache.sh",
"git-secret:check": "node ./scripts/check-git-secrets.mjs",
"lint:eslint:fix": "eslint --fix .",
"lint:eslint": "eslint .",
"macos": "react-native run-macos",
"build:macos": "xcodebuild -workspace macos/Chronos.xcworkspace -scheme Chronos-macOS-prod -config Release",
"windows": "react-native run-windows",
"release": "release-it"
},
"dependencies": {
"@atlaskit/editor-markdown-transformer": "^5.13.5",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/hooks": "^3.0.0",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"jira.js": "^4.0.2",
"jotai": "^2.10.3",
"locale-matcher": "^2.0.0",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"parse-duration": "^1.1.1",
"polished": "^4.3.1",
"qs": "^6.13.1",
"react": "18.3.1",
"react-native": "0.76.4",
"react-native-dotenv": "^3.4.11",
"react-native-macos": "0.76.4",
"react-native-windows": "0.76.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.4",
"@react-native/metro-config": "0.76.4",
"@tsconfig/react-native": "^3.0.5",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lodash": "^4.17.13",
"@types/ms": "^0.7.34",
"@types/node-notifier": "^8.0.5",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.14",
"@types/react-test-renderer": "^18.3.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"consola": "^3.2.3",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^9.1.7",
"json-sort-cli": "^4.0.4",
"metro-config": "^0.81.0",
"metro-react-native-babel-preset": "0.77.0",
"node-notifier": "^10.0.1",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"react-test-renderer": "18.3.1",
"release-it": "^17.10.0",
"tsconfig-paths": "^4.2.0",
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0"
},
"overrides": {
"@atlaskit/editor-bitbucket-transformer": {
"react": "$react"
},
"eslint-plugin-react-native": {
"eslint": "^9.0.0"
}
}
}