-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "rxp-todo-list",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"web-watch": "webpack-dev-server",
"haul-android": "haul start --platform android",
"haul-ios": "haul start --platform ios"
},
"devDependencies": {
"@types/node": "^9.6.2",
"@types/webpack": "^4.1.3",
"awesome-typescript-loader": "^5.0.0",
"haul": "^1.0.0-rc.0",
"source-map-loader": "^0.2.3",
"ts-node": "^5.0.1",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.4",
"html-webpack-plugin": "^3.2.0"
},
"dependencies": {
"nosqlprovider": "^0.6.10",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-native": "^0.54.0",
"react-native-sqlite-storage": "^3.3.1",
"react-native-windows": "^0.54.0",
"reactxp": "^1.1.0",
"reactxp-imagesvg": "^0.2.10",
"reactxp-navigation": "^1.0.18",
"reactxp-video": "^0.2.5",
"reactxp-virtuallistview": "^0.1.9",
"resub": "^1.0.7",
"simplerestclients": "^0.1.6",
"synctasks": "0.3.1"
}
}