2022-02-15 09:04:19 +00:00
|
|
|
{
|
|
|
|
"name": "accounts-dashboard",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Accounts Dashboard",
|
|
|
|
"author": "Skynet Labs",
|
|
|
|
"keywords": [
|
|
|
|
"gatsby"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
"start": "gatsby develop",
|
|
|
|
"build": "gatsby build",
|
|
|
|
"serve": "gatsby serve",
|
2022-02-17 11:10:33 +00:00
|
|
|
"clean": "gatsby clean",
|
|
|
|
"lint": "eslint ."
|
2022-02-15 09:04:19 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fontsource/sora": "^4.5.0",
|
|
|
|
"@fontsource/source-sans-pro": "^4.5.1",
|
|
|
|
"babel-plugin-styled-components": "^2.0.2",
|
|
|
|
"gatsby": "^4.6.2",
|
|
|
|
"gatsby-plugin-image": "^2.6.0",
|
|
|
|
"gatsby-plugin-react-helmet": "^5.6.0",
|
|
|
|
"gatsby-plugin-sharp": "^4.6.0",
|
|
|
|
"gatsby-plugin-styled-components": "^5.7.0",
|
|
|
|
"gatsby-source-filesystem": "^4.6.0",
|
|
|
|
"gatsby-transformer-sharp": "^4.6.0",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-helmet": "^6.1.0",
|
|
|
|
"tailwindcss": "^3.0.22"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.2",
|
2022-02-17 11:10:33 +00:00
|
|
|
"eslint": "^8.9.0",
|
|
|
|
"eslint-config-react-app": "^7.0.0",
|
2022-02-15 09:04:19 +00:00
|
|
|
"gatsby-plugin-alias-imports": "^1.0.5",
|
|
|
|
"gatsby-plugin-postcss": "^5.7.0",
|
|
|
|
"postcss": "^8.4.6",
|
|
|
|
"styled-components": "^5.3.3"
|
|
|
|
}
|
|
|
|
}
|