forked from shoutem/theme
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
43
{
"name": "native-base-shoutem-theme",
"version": "0.3.1",
"main": "index.js",
"description": "Style your components in one place.",
"dependencies": {
"hoist-non-react-statics": "^1.0.5",
"lodash": "^4.17.14",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=16.0.0-alpha.3",
"react-native": ">=0.43.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.4.1",
"deep-freeze": "0.0.1",
"enzyme": "^2.0.0-rc1",
"jest": "17.0.0",
"mocha": "^2.3.4",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-native-mock": "^0.2.5"
},
"scripts": {
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,_tests_,examples,dist --source-maps",
"transpile": "npm run compile",
"prepublish": "npm run transpile"
},
"license": "BSD-3-Clause",
"maintainers": [
{
"email": "[email protected]",
"name": "Himanshu"
},
{
"email": "[email protected]",
"name": "Sanket"
}
]
}