* Add website * update packages * remove references to obsolete services * build reference documentation * tweaks * new tweaks
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "spring.net",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "spring.net",
|
|
"author": "Damien Vitrac",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"bulma": "^0.9.4",
|
|
"gatsby": "^5.12.12",
|
|
"gatsby-plugin-image": "^3.12.3",
|
|
"gatsby-plugin-manifest": "^5.12.3",
|
|
"gatsby-plugin-react-helmet": "^6.12.0",
|
|
"gatsby-plugin-sass": "^6.12.3",
|
|
"gatsby-plugin-sharp": "^5.12.3",
|
|
"gatsby-plugin-sitemap": "^6.12.3",
|
|
"gatsby-source-filesystem": "^5.12.1",
|
|
"gatsby-transformer-remark": "^6.12.3",
|
|
"gatsby-transformer-sharp": "^5.12.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"sass": "^1.52.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.4",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|