50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "2.1.0",
|
|
"description": "Website frontend for FunctionProject",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"dev:custom": "cross-env NODE_ENV=development node server",
|
|
"start:custom": "cross-env NODE_ENV=production node server",
|
|
"dev": "next",
|
|
"start": "next start",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"format": "standard \"./**/*.{js,jsx}\" --fix | snazzy"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"axios": "^0.21.0",
|
|
"date-and-time": "^0.14.1",
|
|
"date-fns": "^2.16.1",
|
|
"express": "^4.17.1",
|
|
"express-http-to-https": "^1.1.4",
|
|
"html-react-parser": "^0.14.0",
|
|
"next": "^10.0.0",
|
|
"next-fonts": "^1.4.0",
|
|
"notyf": "^3.9.0",
|
|
"nprogress": "^0.2.0",
|
|
"react": "17.0.1",
|
|
"react-codepen-embed": "^1.0.1",
|
|
"react-color": "^2.19.3",
|
|
"react-datepicker": "^3.3.0",
|
|
"react-dom": "17.0.1",
|
|
"react-markdown": "^5.0.2",
|
|
"react-swipeable-views": "^0.13.9",
|
|
"react-swipeable-views-utils": "^0.13.9",
|
|
"react-syntax-highlighter": "^15.3.0",
|
|
"suneditor-react": "^2.8.0",
|
|
"universal-cookie": "^4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"snazzy": "^9.0.0",
|
|
"standard": "^16.0.0"
|
|
}
|
|
}
|