forked from stackbuilders/react-native-spotlight-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.59 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
{
"name": "react-native-spotlight-tour-workspace",
"description": "The React Native Spotlight Tour workspace",
"repository": "[email protected]:echo-health/react-native-spotlight-tour.git",
"author": "Stack Builders <[email protected]> (https://github.com/stackbuilders)",
"license": "MIT",
"workspaces": [
"package/"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "turbo build",
"check": "turbo check && yarn lint",
"compile": "turbo compile",
"docs": "yarn workspace react-native-spotlight-tour docs",
"lint": "eslint .",
"release": "turbo release --concurrency=1",
"start": "turbo start",
"start:reset": "turbo start:reset",
"test": "turbo test"
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"all-contributors-cli": "^6.26.1",
"eslint": "^9.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-extra-rules": "^0.0.0-development",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.8.0",
"turbo": "^2.0.6",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
}
}