-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "react-native-cls",
"version": "0.1.1",
"description": "React Native library to have classes like css.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Waavi/react-native-cls.git"
},
"keywords": [
"react-native",
"class",
"ui",
"style",
"styling",
"css"
],
"author": "Waavi Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Waavi/react-native-cls/issues"
},
"homepage": "https://github.com/Waavi/react-native-cls#readme",
"peerDependencies": {
"react": "^16.0.0-alpha.12",
"react-native": "^0.44.0"
},
"devDependencies": {
"eslint-config-rallycoding": "github:haakandev/ESLint-Rallycoding",
"eslint-import-resolver-reactnative": "^1.0.2",
"eslint-plugin-react-native": "^3.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-native": "^0.55.2"
},
"dependencies": {
"lodash": "^4.17.5"
}
}