48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "2.1.0",
|
|
"description": "Website frontend for FunctionProject",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development node server",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "cross-env NODE_ENV=production node server",
|
|
"format": "standard \"./**/*.{js,jsx}\" --fix | snazzy || exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.0",
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"axios": "^0.19.2",
|
|
"date-and-time": "^0.13.1",
|
|
"date-fns": "^2.12.0",
|
|
"express": "^4.17.1",
|
|
"express-http-to-https": "^1.1.4",
|
|
"html-react-parser": "^0.10.2",
|
|
"next": "^9.5.1",
|
|
"next-fonts": "^1.0.3",
|
|
"notyf": "^3.6.0",
|
|
"nprogress": "^0.2.0",
|
|
"react": "16.13.0",
|
|
"react-codepen-embed": "^1.0.1",
|
|
"react-color": "^2.18.0",
|
|
"react-datepicker": "^2.14.1",
|
|
"react-dom": "16.13.0",
|
|
"react-markdown": "^4.3.1",
|
|
"react-swipeable-views": "^0.13.9",
|
|
"react-swipeable-views-utils": "^0.13.9",
|
|
"react-syntax-highlighter": "^12.2.1",
|
|
"suneditor-react": "^2.8.0",
|
|
"universal-cookie": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"snazzy": "^8.0.0",
|
|
"standard": "^14.3.4"
|
|
}
|
|
}
|