forked from SAFE-Stack/SAFE-Nightwatch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 693 Bytes
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
{
"name": "nightwatch",
"version": "1.0.0",
"private": true,
"scripts": {
"firstbuild": "npm install && fable",
"prebuild": "npm install",
"build": "fable --watch"
},
"dependencies": {
"buffer": "^5.0.0",
"core-js": "^2.4.1",
"fable-core": "^0.7.23",
"fable-elmish": "^0.8.0",
"fable-elmish-react": "^0.8.1",
"fable-powerpack": "^0.0.19",
"fable-react": "^0.8.0",
"react": "~15.3.2",
"react-native": "^0.36.0",
"react-native-image-picker": "^0.25.1",
"react-native-onesignal": "^1.2.3",
"react-native-windows": "^0.36.0"
},
"devDependencies": {
"fable-compiler": "^0.7.31",
"react-native-cli": "^2.0.1"
}
}