-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.68 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
91
92
93
94
95
96
97
98
99
100
{
"name": "expo-docs",
"version": "47.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "yarn generate-static-resoures && next dev -p 3002",
"build": "next build",
"export": "yarn generate-static-resoures production && 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",
"test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js",
"prettier": "prettier --write **/*.{md,mdx}",
"lint": "tsc --noEmit && eslint .",
"lint-case": "case-police 'pages/**/*.mdx' -p brands,general,products,softwares -d expo-dict.json",
"lint-links": "remark -u validate-links ./pages",
"watch": "tsc --noEmit -w",
"test": "yarn generate-static-resoures && node --experimental-vm-modules node_modules/jest/bin/jest.js",
"schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.cjs",
"remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js",
"generate-static-resoures": "rimraf public/static/constants && node --unhandled-rejections=strict ./scripts/generate-static-resources.js"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@expo/styleguide": "^4.3.0",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/mdx": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/font": "^13.0.7",
"@reach/tabs": "^0.17.0",
"@sentry/react": "^7.24.1",
"@sentry/tracing": "^7.24.1",
"cmdk": "^0.1.21",
"front-matter": "^4.0.2",
"fs-extra": "^10.1.0",
"github-slugger": "^1.3.0",
"lodash": "^4.17.21",
"next": "^13.0.7",
"nprogress": "0.2.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "1.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-diff-view": "^2.4.10",
"react-dom": "^18.2.0",
"react-grid-system": "^8.1.6",
"react-markdown": "^8.0.4",
"react-player": "^1.11.1",
"react-visibility-sensor": "^5.1.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.1.5",
"remark-mdx-disable-explicit-jsx": "^0.1.0",
"remark-mdx-frontmatter": "^2.1.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@emotion/jest": "^11.10.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/fs-extra": "^9.0.13",
"@types/github-slugger": "^1.3.0",
"@types/google.analytics": "^0.0.42",
"@types/gtag.js": "^0.0.12",
"@types/lodash": "^4.14.191",
"@types/node": "^16.11.45",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"acorn": "^8.8.1",
"axios": "^0.27.2",
"case-police": "^0.5.10",
"danger": "^11.2.0",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.6",
"eslint-config-universe": "^11.1.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-testing-library": "^5.9.1",
"http-server": "^0.12.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"next-router-mock": "^0.8.0",
"prettier": "^2.8.1",
"puppeteer": "^17.1.3",
"react-test-renderer": "^18.2.0",
"rehype-slug": "^4.0.1",
"remark-cli": "^11.0.0",
"remark-validate-links": "^12.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"sitemap": "^7.1.1",
"typescript": "^4.9.4",
"unist-builder": "^3.0.0",
"unist-util-visit": "^3.1.0",
"user-agent-data-types": "^0.3.0"
}
}