-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 998 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": "@areslabs/react-native-withcss",
"version": "1.0.3",
"description": "react native + css, cool!",
"main": "./src/index.js",
"scripts": {
"test": "jest --config=jest.config.js",
"eslint": "eslint ./src --ext .js"
},
"keywords": [
"react",
"native",
"css"
],
"homepage": "https://github.com/areslabs/react-native-withcss",
"bugs": "https://github.com/areslabs/react-native-withcss/issues",
"repository": {
"type": "git",
"url": "https://github.com/areslabs/react-native-withcss"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"hoist-non-react-statics": "^3.0.0-rc.1"
},
"author": "",
"license": "Apache 2.0",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-react-app": "^3.0.3",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0"
}
}