forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.61 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
116
117
118
119
{
"name": "expo-docs",
"version": "51.0.0",
"betaVersion": "52.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "yarn generate-static-resources && next dev -p 3002",
"build": "next build",
"export": "yarn generate-static-resources production && yarn append-last-modified-dates && yarn run build && yarn run export-issue-404",
"export-preview": "yarn generate-static-resources preview && yarn append-last-modified-dates && 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",
"lint": "tsc --noEmit && node scripts/lint.js",
"lint-links": "remark -u validate-links ./pages",
"lint-prose": "./node_modules/@vvago/vale/bin/vale .",
"watch": "tsc --noEmit -w",
"test": "yarn generate-static-resources && yarn node --experimental-vm-modules $(yarn bin jest)",
"schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.cjs",
"permissions-sync-android": "npx scrape-permissions-json@latest components/plugins/permissions/data --android",
"remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js",
"generate-static-resources": "rimraf public/static/constants && node --unhandled-rejections=strict ./scripts/generate-static-resources.js",
"append-last-modified-dates": "node --unhandled-rejections=strict ./scripts/append-dates.js",
"postinstall": "node --async-stack-traces --unhandled-rejections=strict ./scripts/copy-latest.js && yarn generate-static-resources"
},
"dependencies": {
"@expo/styleguide": "^8.3.0",
"@expo/styleguide-base": "^1.0.1",
"@expo/styleguide-icons": "^2.0.3",
"@expo/styleguide-search-ui": "^2.1.2",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@reach/tabs": "^0.18.0",
"@sentry/react": "^8.10.0",
"clipboard-copy": "^4.0.1",
"cmdk": "^0.2.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"front-matter": "^4.0.2",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"next": "^15.0.1",
"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.3.1",
"react-confetti-explosion": "^2.1.2",
"react-diff-view": "^3.2.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-player": "^2.16.0",
"react-qr-code": "^2.0.12",
"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",
"yet-another-react-lightbox": "^3.20.0"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^11.6.4",
"@expo/spawn-async": "^1.7.2",
"@tailwindcss/typography": "^0.5.12",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/fs-extra": "^11.0.4",
"@types/google.analytics": "^0.0.46",
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vvago/vale": "^3.7.1",
"acorn": "^8.12.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.4",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.1",
"eslint-config-universe": "^14.0.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.4.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"react-test-renderer": "^18.3.1",
"rehype-slug": "^6.0.0",
"remark-cli": "^12.0.1",
"remark-supersub": "^1.0.0",
"remark-validate-links": "^13.0.1",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"sitemap": "^7.1.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"user-agent-data-types": "^0.4.2"
}
}