-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "bci-app",
"version": "0.1.9-rc2",
"description": "Mobile phone application interface python UMNIL BCI",
"author": "Kevin Davis <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ns run ios --device=$IOSID"
},
"dependencies": {
"@nativescript-community/ble": "^3.0.4",
"@nativescript/core": "^8.4.7",
"@nativescript/theme": "^3.0.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"msgpack": "^1.0.3",
"nativescript": "^8.4.0",
"nativescript-dev-version": "^0.2.0",
"nativescript-gif": "^5.0.0",
"nativescript-insomnia": "^2.0.0",
"nativescript-nodeify": "^0.8.0",
"nativescript-ui-sidedrawer": "^14.2.1",
"nativescript-vue": "^2.8.1",
"nsblestream": "^0.1.0",
"uuid-random": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@nativescript/ios": "^8.4.1",
"@nativescript/types": "^8.4.0",
"@nativescript/webpack": "^5.0.4",
"@types/node": "^18.11.18",
"babel-loader": "^9.1.2",
"nativescript-vue-template-compiler": "^2.6.0",
"sass": "^1.28.0",
"typescript": "^4.9.4",
"vue": "^2.7.14",
"vue-class-component": "^7.2.2",
"vue-loader": "^15.10.1",
"vue-property-decorator": "^8.5.1",
"webpack-cli": "^4.10.0"
},
"main": "src/main.ts"
}