42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "tl-reference",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "TL reference",
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
"scripts": {
|
|
"develop": "gatsby develop --port 4040",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build --prefix-paths",
|
|
"postbuild": "(rm -rf ../docs/tl || rd /s /q ..\\docs\\tl) && (mv public ../docs/tl || move public ../docs/tl)",
|
|
"serve": "gatsby serve --prefix-paths",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/node": "^14.14.37",
|
|
"@types/react-helmet": "^6.1.1",
|
|
"gatsby": "^3.2.1",
|
|
"gatsby-cli": "^3.2.0",
|
|
"gatsby-source-filesystem": "^3.2.0",
|
|
"gatsby-transformer-json": "^3.2.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"gatsby-theme-material-ui": "^2.0.1",
|
|
"gatsby-plugin-layout": "^2.2.0",
|
|
"gatsby-plugin-nprogress": "^3.3.0",
|
|
"sass": "^1.32.8",
|
|
"gatsby-plugin-sass": "^4.2.0",
|
|
"fuse.js": "^6.4.6",
|
|
"gatsby-plugin-react-helmet": "^4.3.0",
|
|
"react-helmet": "^6.1.0",
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"marked": "^2.0.3"
|
|
}
|
|
}
|