-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "expo-docs",
"version": "35.0.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 next build",
"export": "yarn run build && next export",
"export-server": "http-server out -p 8000",
"import-react-native-docs": "node ./scripts/import-react-native-docs.js",
"test-links": "./scripts/test-links"
},
"dependencies": {
"@expo/spawn-async": "^1.5.0",
"@mdx-js/loader": "^0.16.8",
"@mdx-js/mdx": "^0.16.8",
"@sentry/browser": "^5.6.1",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-preval": "^3.0.1",
"cross-env": "^5.2.0",
"docsearch.js": "^2.5.2",
"emotion": "^9.2.9",
"emotion-server": "^9.2.9",
"front-matter": "^2.3.0",
"fs-extra": "^6.0.1",
"github-slugger": "^1.2.0",
"hotshot": "^1.0.5",
"next": "^8.0.0",
"nprogress": "0.2.0",
"prismjs": "^1.11.0",
"prop-types": "15.6.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-emotion": "^9.2.9",
"react-player": "^1.11.1",
"react-visibility-sensor": "^5.1.0"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"http-server": "^0.11.1",
"minimist": "^1.2.0",
"prettier": "^1.18.2"
}
}