-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
52 lines (52 loc) · 1.69 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
{
"name": "react-native-spotlight-tour-workspace",
"description": "The React Native Spotlight Tour workspace",
"repository": "git@github.com:stackbuilders/react-native-spotlight-tour.git",
"author": "Stack Builders <info@stackbuilders.com> (https://github.com/stackbuilders)",
"license": "MIT",
"workspaces": [
"example/",
"package/"
],
"engines": {
"node": ">=18"
},
"scripts": {
"android": "yarn workspace example android",
"build": "turbo build",
"check": "turbo check && yarn lint",
"compile": "turbo compile",
"docs": "yarn workspace react-native-spotlight-tour docs",
"ios": "yarn workspace example ios",
"lint": "eslint .",
"release": "turbo release --concurrency=1",
"start": "turbo start",
"start:reset": "turbo start:reset",
"test": "turbo test"
},
"packageManager": "yarn@4.3.1",
"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"
}
}