-
-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 614 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"name": "example-react-native",
"version": "12.2.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"devDependencies": {
"babel-preset-react-native": "^1.0.1",
"create-react-native-app": "^0.0.6",
"fela": "^12.2.1",
"fela-dom": "^12.2.1",
"fela-native": "^12.2.1",
"fela-plugin-extend": "^12.2.1",
"fela-plugin-native-media-query": "^12.2.1",
"fela-tools": "^12.2.1",
"fela-utils": "^12.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^12.2.1",
"react-native": "0.44.0"
}
}