-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "D2",
"author": "rax",
"version": "0.0.0",
"scripts": {
"start": "rax-scripts start",
"build": "rax-scripts build",
"lint": "eslint --ext .js --ext .jsx ./src"
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"mobx": "^5.9.0",
"mobx-rax": "^0.6.4",
"rax": "^0.6.5",
"rax-image": "^0.6.8",
"rax-modal": "^0.6.5",
"rax-scrollview": "^0.6.5",
"rax-slider": "^0.6.6-1",
"rax-text": "^0.6.5",
"rax-touchable": "^0.6.5",
"rax-view": "^0.6.5",
"tiny-emitter": "^2.1.0",
"tiny-pinyin": "^1.3.0",
"universal-asyncstorage": "^0.6.5",
"universal-env": "^0.6.6",
"universal-toast": "^0.6.5",
"weex-bindingx": "^0.0.49"
},
"devDependencies": {
"rax-scripts": "^0.6.5",
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint-plugin-react": "^7.7.0"
}
}