forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 4.34 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "expo-docs",
"version": "49.0.0",
"betaVersion": "50.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 && 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 node_modules/puppeteer/install.mjs && node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js",
"prettier": "prettier --write **/*.{md,mdx}",
"lint": "tsc --noEmit && eslint .",
"lint-links": "remark -u validate-links ./pages",
"lint-prose": "vale .",
"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",
"resource-specs-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/resource-specs-sync.mjs",
"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",
"postinstall": "node --async-stack-traces --unhandled-rejections=strict ./scripts/copy-latest.js && yarn generate-static-resoures"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@expo/styleguide": "^8.1.2",
"@expo/styleguide-base": "^1.0.1",
"@expo/styleguide-icons": "^1.0.3",
"@expo/styleguide-search-ui": "^1.0.0-alpha.8",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@reach/tabs": "^0.18.0",
"@sentry/react": "^7.80.1",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"front-matter": "^4.0.2",
"fs-extra": "^11.1.1",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"next": "^14.0.2",
"nprogress": "0.2.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-diff-view": "^3.2.0",
"react-dom": "^18.2.0",
"react-grid-system": "^8.1.9",
"react-markdown": "^8.0.7",
"react-player": "^2.13.0",
"react-visibility-sensor": "^5.1.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.2.1",
"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": "^11.1.0",
"@emotion/jest": "^11.11.0",
"@ocular-d/vale-bin": "^2.29.6",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/fs-extra": "^11.0.4",
"@types/google.analytics": "^0.0.45",
"@types/gtag.js": "^0.0.18",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"acorn": "^8.10.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"danger": "^11.3.0",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.2",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-testing-library": "^6.1.2",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.10",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"puppeteer": "^21.4.0",
"react-test-renderer": "^18.2.0",
"rehype-slug": "^6.0.0",
"remark-cli": "^12.0.0",
"remark-validate-links": "^13.0.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"user-agent-data-types": "^0.4.2"
}
}