mirror of
https://github.com/valitydev/vality.dev.git
synced 2024-11-06 09:05:23 +00:00
61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"name": "vality.dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "gatsby develop -p 5000",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"typecheck": "tsc --noEmit",
|
|
"prettier": "prettier . --list-different",
|
|
"prettier-fix": "npm run prettier -- --write",
|
|
"lint": "eslint \"src/**/*.{ts,js,tsx,jsx}\"",
|
|
"lint-fix": "npm run lint -- --fix",
|
|
"fix": "npm run lint-fix && npm run prettier-fix",
|
|
"extract-locales": "npx babel --config-file ./babel-extract.config.js -o tmp/chunk.js 'src/**/*.{js,jsx,ts,tsx}' && rm -rf tmp"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.10.5",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@loadable/component": "^5.15.2",
|
|
"@mdx-js/react": "^2.2.1",
|
|
"@mui/base": "^5.0.0-alpha.110",
|
|
"@mui/material": "^5.11.1",
|
|
"@mui/system": "^5.11.0",
|
|
"gatsby": "^5.3.2",
|
|
"gatsby-plugin-alias-imports": "^1.0.5",
|
|
"gatsby-plugin-emotion": "^8.3.0",
|
|
"gatsby-plugin-image": "^3.3.2",
|
|
"gatsby-plugin-manifest": "^5.3.1",
|
|
"gatsby-plugin-mdx": "^5.3.1",
|
|
"gatsby-plugin-react-i18next": "^3.0.1",
|
|
"gatsby-plugin-react-svg": "^3.3.0",
|
|
"gatsby-plugin-sharp": "^5.3.2",
|
|
"gatsby-plugin-sitemap": "^6.3.1",
|
|
"gatsby-source-filesystem": "^5.3.1",
|
|
"gatsby-transformer-sharp": "^5.3.1",
|
|
"i18next": "^22.4.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^12.1.4",
|
|
"usehooks-ts": "^2.9.1",
|
|
"yet-another-react-lightbox": "^2.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.19.3",
|
|
"@babel/plugin-transform-typescript": "^7.20.2",
|
|
"@types/loadable__component": "^5.13.4",
|
|
"@types/node": "^18.11.10",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"babel-plugin-i18next-extract": "^0.9.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"prettier": "^2.8.1",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|