-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1001 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
36
37
{
"name": "rnx-flatlist",
"version": "0.0.2",
"description": "FlatList component for React Native.",
"main": "index.js",
"keywords": [
"react-component",
"react-native"
],
"scripts": {
"prepush": "eslint src",
"eslint": "echo \"代码检测中...\" && eslint ./src *.js --cache",
"build": "babel ./src -d ./lib",
"start": "react-native start"
},
"files": [
"*.md",
"src",
"index.js"
],
"author": "wangdagen",
"license": "ISC",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-rnplus": "^0.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.24.1",
"babel-eslint": "^8.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"eslint": "^3.6.0",
"eslint-config-rnx": "^1.0.5",
"husky": "^0.14.3"
}
}