forked from commaai/comma-x-native
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1014 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
38
39
40
41
42
{
"name": "comma-x-native",
"version": "0.2.0",
"description": "X UI Toolkit for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native",
"setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
"testPathIgnorePatterns": [
"__snapshots__",
"<rootDir>/node_modules"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/commaai/comma-x-native.git"
},
"author": "comma.ai",
"license": "MIT",
"bugs": {
"url": "https://github.com/commaai/comma-x-native/issues"
},
"homepage": "https://github.com/commaai/comma-x-native#readme",
"dependencies": {
"react-native-linear-gradient": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"jest": "^21.2.1",
"lodash": "^4.17.4"
},
"peerDependencies": {
"react": "16.8.3",
"react-native": "^0.59.10"
}
}