-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 2.33 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
{
"name": "reactgenie-lib",
"version": "1.1.56",
"description": "A Toolkit for Multimodal Applications",
"author": "valkjsaaa",
"license": "Apache-2.0",
"repository": "StanfordHCI/reactgenie",
"keywords": [],
"main": "dist/index.js",
"scripts": {
"test": "babel-node -x .ts ./scripts/get-prompt.ts",
"prepare": "if [ -d \"dist\", ]; then rm -r dist; fi && tsc --emitDeclarationOnly && npx babel src --out-file-extension .js --out-dir dist --extensions \".ts\" --source-maps inline && npx babel src --out-file-extension .js --out-dir dist --extensions \".tsx\" --source-maps inline"
},
"bin": {
"get-prompt": "./scripts/prompt.js",
"dry-run": "./scripts/dry-run.js",
"set-script": "./scripts/set-script.js",
"parse":"./scripts/parse.js"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/node": "^7.22.19",
"@types/react-native": "^0.72.6",
"@types/react-speech-recognition": "^3.9.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"expo-yarn-workspaces": "^2.2.2",
"prettier": "3.0.3"
},
"workspaces": [
"example"
],
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^1.9.7",
"p-defer-es5": "^2.0.1",
"react-native-elements": "^3.4.3",
"react-native-root-toast": "^3.5.1",
"react-speech-recognition": "^3.9.1",
"reactgenie-dsl": "^0.0.58",
"reflect-metadata": "^0.1.13",
"web-speech-cognitive-services": "7.1.3",
"microsoft-cognitiveservices-speech-sdk": "1.32.0",
"regenerator-runtime": "^0.14.0"
},
"peerDependencies": {
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.72.6",
"react-redux": "^8.1.3",
"redux": "^4.2.0"
}
}