mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-13 19:35:41 +00:00
31 lines
954 B
JSON
31 lines
954 B
JSON
{
|
|
"private": true,
|
|
"name": "react-native-web-docs",
|
|
"version": "0.18.5",
|
|
"description": "Documentation website for React Native for Web",
|
|
"scripts": {
|
|
"dev": "eleventy --serve",
|
|
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
|
"debug": "DEBUG=* eleventy"
|
|
},
|
|
"homepage": "https://github.com/necolas/react-native-web",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"@11ty/eleventy-navigation": "^0.3.3",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
|
"csso": "^5.0.3",
|
|
"eleventy-plugin-svg-contents": "^0.7.0",
|
|
"eleventy-plugin-toc": "^1.1.5",
|
|
"html-minifier": "^4.0.0",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-anchor": "^8.6.4",
|
|
"markdown-it-attrs": "^4.1.4",
|
|
"markdown-it-container": "^3.0.0",
|
|
"markdown-it-emoji": "^2.0.2",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"markdown-it-for-inline": "^0.1.1",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|