-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.36 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@blue-learn/platform",
"version": "0.0.16",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "ssh://git@github.com:Blue-learn/design-platform.git",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"version-bump": "npm version patch",
"publish": "npm publish --access public",
"copy": "sh scripts/copy-dev.sh",
"copy-win": "scripts/copy-dev.ps1",
"copy-watcher": "node chokidar.js"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-native": "^0.67.7",
"chokidar": "^3.5.3",
"react": "^17.0.2",
"react-native": "^0.67.1",
"typescript": "^4.5.5"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "Soumya Sethy<soumya@bluelearn.in>",
"license": "ISC",
"description": "",
"gitHead": "",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@types/lodash-es": "^4.17.6",
"axios": "^0.27.2",
"lodash-es": "^4.17.21",
"react-fast-compare": "^3.2.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0"
}
}