You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
789 B
35 lines
789 B
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next build && next export",
|
|
"test-build": "tsc",
|
|
"lint": "next lint",
|
|
"stylelint": "npx stylelint **/*.scss",
|
|
"full-test": "yarn test-build && yarn lint && yarn stylelint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.1.2",
|
|
"configcat-node": "^8.0.0",
|
|
"next": "^12.1.0",
|
|
"next-seo": "^4.24.0",
|
|
"next-themes": "^0.2.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"spectre.css": "^0.5.9",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^15.12.1",
|
|
"@types/react": "^17.0.9",
|
|
"@types/react-dom": "^17.0.6",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"prettier": "^2.3.1",
|
|
"sass": "^1.34.1",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|