Updated to V3

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-23 13:04:20 +02:00
parent abefb301e0
commit 8da485f471
100 changed files with 24039 additions and 14077 deletions

View File

@ -1,62 +1,42 @@
{
"name": "@avior/next-template",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"cs-dev": "ts-node --project tsconfig.server.json src/server/server.ts --respawn --transpileOnly --prefer-ts --watch next.config.js,.env --ignore-watch .next --ignore-watch src/pages --ignore-watch src/client --ignore-watch scripts src/server/server.ts",
"build": "node scripts/generateFavicons && next build && tsc --project tsconfig.server.json",
"cs-server": "NODE_ENV=production node --experimental-modules dist/server/server.js",
"server": "next start",
"export": "next export && node scripts/generateSitemap",
"serve": "serve out",
"prod:server": "yarn build && yarn server",
"prod:static": "yarn build && yarn export && yarn serve",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --config jext.config.js"
"test": "jest --coverage"
},
"dependencies": {
"@zeit/next-stylus": "^1.0.1",
"express": "^4.17.1",
"glob": "^7.1.6",
"next": "^9.3.3",
"@dzeio/components": "^0.11.2",
"@dzeio/config": "^1.0.0",
"critters": "^0.0.10",
"lucide-react": "^0.16.00",
"next": "^11.0.0",
"next-compose-plugins": "^2.2.0",
"next-purgecss": "^4.0.0",
"next-seo": "^4.7.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.8",
"serve": "^11.3.0",
"styled-jsx-plugin-stylus": "^0.0.4",
"stylus": "^0.54.7",
"webpack": "^4.41.5"
"next-pre-css": "^1.0.0",
"next-seo": "^4.28.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"stylus": "^0.55.0",
"stylus-loader": "^6.0.0",
"typescript": "^4.1.3",
"webpack": "^5.32.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@types/express": "^4.17.6",
"@types/jest": "^26.0.13",
"@types/node": "^14.0.0",
"@types/react": "^16.9.17",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-jest": "^26.0.0",
"@babel/core": "^7.14.6",
"@next/eslint-plugin-next": "^11.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.1.0",
"eslint-config-google": "^0.14.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-config-next": "^11.0.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-sonarjs": "^0.5.0",
"favicons": "^6.2.0",
"jest": "^26.0.0",
"react-test-renderer": "^16.13.0",
"sitemap": "^6.3.0",
"stylelint": "^13.7.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-plugin-stylus": "^0.9.0",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^4.0.2"
"jest": "^27.0.6",
"react-test-renderer": "^17.0.2"
}
}