forked from stackbuilders/react-native-spotlight-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.08 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
{
"name": "react-native-spotlight-tour-example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"compile": "tsc",
"ios": "react-native run-ios",
"start": "react-native start",
"lint": "tslint -c ../tslint.json \"*.ts?(x)\""
},
"dependencies": {
"@cometlib/dedent": "^0.8.0-es.10",
"@stackbuilders/react-native-spotlight-tour": "../stackbuilders-react-native-spotlight-tour-v0.0.0.tgz",
"react": "17.0.2",
"react-is": "^17.0.2",
"react-native": "0.66.4",
"react-native-svg": "^12.1.1",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-typescript": "^7.13.0",
"@types/react": "^17.0.3",
"@types/react-native": "^0.66.10",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.2.1",
"react-native-typescript-transformer": "^1.2.13",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^4.2.4"
}
}