-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.23 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": "react-intl-rntl",
"main": "node_modules/expo/AppEntry.js",
"version": "0.0.1",
"scripts": {
"analyze:web": "source-map-explorer 'build/static/js/*.js'",
"postinstall": "sed -i -- 's/inlineRequires: true,/inlineRequires: false,/' node_modules/react-native/jest/preprocessor.js",
"eject:expo": "expo eject",
"test:native": "jest --config=jest.native.config.json",
"test:native:watch": "npm run test:native -- --watch"
},
"dependencies": {
"@formatjs/intl-pluralrules": "^1.5.8",
"@formatjs/intl-relativetimeformat": "^4.5.15",
"connected-react-router": "^6.5.2",
"expo": "^36.0.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.8.8",
"react": "16.9.0",
"react-intl": "^3.12.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.3",
"babel-preset-expo": "^5.1.1",
"babel-preset-jest": "^24.6.0",
"expo-cli": "^3.19.1",
"jest": "^25.1.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-expo": "^36.0.1",
"react-native-testing-library": "^1.13.2",
"react-test-renderer": "^16.9.0"
}
}