forked from react-native-community/directory
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"scripts": {
"start": "next dev",
"build": "yarn data:update && next build",
"preview": "next build && next start",
"script": "babel-node --presets @babel/preset-env",
"lint": "eslint .",
"data:update": "babel-node scripts/build-and-score-data.js --presets @babel/preset-env",
"data:test": "babel-node scripts/validate-libraries.js --presets @babel/preset-env",
"data:validate": "ajv validate -s react-native-libraries.schema.json -d react-native-libraries.json"
},
"dependencies": {
"@expo/html-elements": "0.0.0-alpha.2",
"@expo/match-media": "^0.0.0-alpha.5",
"@sentry/browser": "^5.12.1",
"@sentry/node": "^5.12.3",
"expo": "^37.0.0",
"expo-font": "~8.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"micro-cors": "^0.1.1",
"next": "^9.3.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-safe-area-context": "0.7.3",
"react-native-svg": "11.0.1",
"react-native-web": "^0.11.7",
"react-native-web-hooks": "^3.0.1",
"use-debounce": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@expo/next-adapter": "^2.0.4",
"@types/isomorphic-fetch": "^0.0.35",
"@types/micro-cors": "^0.1.0",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@zeit/next-source-maps": "^0.0.3",
"ajv-cli": "^3.0.0",
"babel-preset-expo": "^8.1.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-universe": "^2.2.0",
"next-fonts": "^1.0.3",
"next-images": "^1.3.0",
"prettier": "^1.19.1",
"typescript": "^3.8.3"
},
"private": true
}