-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 787 Bytes
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
{
"name": "Conways",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "mocha --require react-native-mock/mock.js --compilers js:babel-core/register --recursive test/*.js"
},
"dependencies": {
"react": "15.2.1",
"react-native": "0.30.0",
"react-native-animatable": "^0.6.1"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"jest-cli": "^13.2.3",
"mocha": "^2.5.3",
"react": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"react-native-mock": "^0.2.5",
"react-native-animatable": "^0.6.1",
"react-native-sound": "^0.8.3"
}
}