1
0
Fork 0
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-internal-static-sites/sites/signpost.mareshq.com/package.json

29 lines
685 B
JSON

{
"name": "@sites/signpost.mareshq.com",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"fmt": "prettier --write .",
"fmt-check": "prettier --check ."
},
"dependencies": {
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.8",
"typescript": "4.4.4"
}
}