-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "universal-app",
"scripts": {
"build": "build-scripts build",
"start": "build-scripts start"
},
"dependencies": {
"driver-universal": "^3.0.0",
"history": "^4.9.0",
"rax": "^1.0.13",
"rax-app": "^2.0.0",
"rax-canvas": "^2.0.0",
"rax-children": "^1.0.0",
"rax-clone-element": "^1.0.0",
"rax-countdown": "^1.0.0",
"rax-create-portal": "^1.0.0",
"rax-document": "^0.1.1",
"rax-embed": "^1.0.0",
"rax-find-dom-node": "^1.0.0",
"rax-get-element-by-id": "^1.0.0",
"rax-icon": "^1.0.0",
"rax-image": "^2.0.0",
"rax-link": "^1.1.0",
"rax-modal": "^1.0.0",
"rax-parallax": "^1.0.0",
"rax-picture": "^2.0.0",
"rax-recyclerview": "^1.0.0",
"rax-refreshcontrol": "^1.0.0",
"rax-scrollview": "^3.0.0",
"rax-set-native-props": "^1.0.0",
"rax-slider": "^2.0.0",
"rax-text": "^1.1.1",
"rax-textinput": "^1.1.1",
"rax-unmount-component-at-node": "^1.0.0",
"rax-video": "^1.1.1",
"rax-view": "^1.0.0",
"rax-waterfall": "^1.0.0",
"universal-alert": "^1.0.1",
"universal-animation": "^1.0.2",
"universal-appstate": "^0.7.0",
"universal-asyncstorage": "^1.0.1",
"universal-choose-image": "^1.0.0",
"universal-clipboard": "^1.0.0",
"universal-confirm": "^1.0.1",
"universal-device": "^2.0.0",
"universal-easing": "^0.6.5",
"universal-env": "^3.0.0",
"universal-navigate": "^1.0.1",
"universal-request": "^1.0.3",
"universal-toast": "^1.0.2",
"universal-transition": "^1.0.1",
"url-parse": "^1.4.7",
"rax-pwa": "^2.0.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.10",
"build-plugin-rax-app": "^4.0.0"
}
}