forked from discourse/DiscourseMobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.42 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
{
"name": "Discourse",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"clean-ios": "cd ios && xcodebuild -scheme Discourse -destination 'platform=iOS Simulator,name=iPhone 6' clean",
"lint": "eslint ./js",
"storybook-ios": "storybook start -p 7007"
},
"dependencies": {
"lodash": "^4.15.0",
"moment": "^2.14.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-deprecated-custom-components": "0.1.0",
"react-native-device-info": "^0.10.0",
"react-native-key-pair": "git+https://github.com/samsaffron/react-native-key-pair.git",
"react-native-onesignal": "^3.0.3",
"react-native-orientation": "git+https://github.com/nihgwu/react-native-orientation.git",
"react-native-progress": "^3.2.1",
"react-native-safari-view": "git+https://github.com/samsaffron/react-native-safari-view.git",
"react-native-sortable-listview": "git+https://github.com/samsaffron/react-native-sortable-listview.git",
"react-native-swipeout": "git+https://github.com/dancormier/react-native-swipeout.git",
"react-native-vector-icons": "^4.1.0",
"replace": "^0.3.0"
},
"devDependencies": {
"@kadira/react-native-storybook": "^2.0.0",
"babel-eslint": "^6.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.1"
}
}