forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "expo-docs",
"version": "42.0.0",
"private": true,
"scripts": {
"dev": "rimraf .next/preval && next dev -p 3002",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=5120 next build",
"export": "yarn run build && next export && yarn run export-issue-404",
"export-issue-404": "echo \"🛠 Patching https://github.com/vercel/next.js/issues/16528\"; cp out/404/index.html out/404.html",
"export-server": "http-server out -p 8000",
"import-react-native-docs": "node ./scripts/import-react-native-docs.js",
"test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js",
"prettier": "prettier --write '**/*.{js,ts,tsx,md}'",
"lint": "tsc --noEmit && eslint .",
"lint-links": "remark -u validate-links ./pages",
"watch": "tsc --noEmit -w",
"test": "jest",
"schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js"
},
"resolutions": {
"webpack": "^5.28.0"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@expo/spawn-async": "^1.5.0",
"@expo/styleguide": "^3.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/runtime": "^1.6.22",
"@reach/tabs": "^0.15.0",
"@sentry/browser": "^5.6.1",
"docsearch.js": "^2.5.2",
"emoji-regex": "^9.2.2",
"front-matter": "^2.3.0",
"fs-extra": "^6.0.1",
"github-slugger": "^1.3.0",
"hotshot": "^1.0.5",
"lodash": "^4.17.20",
"next": "^10.2.3",
"nprogress": "0.2.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "1.0.2",
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-diff-view": "^2.4.7",
"react-dom": "^17.0.2",
"react-markdown": "^5.0.3",
"react-player": "^1.11.1",
"react-visibility-sensor": "^5.1.1",
"tippy.js": "^6.3.1"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@babel/core": "^7.13.14",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"@types/fs-extra": "^9.0.11",
"@types/github-slugger": "^1.3.0",
"@types/google.analytics": "^0.0.41",
"@types/gtag.js": "^0.0.6",
"@types/lodash": "^4.14.161",
"@types/long": "^4.0.1",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.11.2",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.11",
"axios": "^0.19.2",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-preval": "^3.0.1",
"cross-env": "^5.2.0",
"danger": "^9.2.10",
"esbuild-loader": "^2.13.1",
"eslint": "^7.29.0",
"eslint-config-next": "^10.2.3",
"eslint-config-universe": "^7.0.1",
"eslint-plugin-lodash": "^7.2.0",
"http-server": "^0.12.3",
"jest": "26.1.0",
"prettier": "^2.3.1",
"puppeteer": "^3.3.0",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.4",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sitemap": "^6.3.0",
"typescript": "^4.0.3"
}
}