{ "name": "apcom", "description": "The frontend of ArmandPhilippot.com built with Next JS.", "version": "2.0.0", "license": "MIT", "author": { "name": "Armand Philippot", "email": "contact@armandphilippot.com", "url": "https://www.armandphilippot.com/" }, "homepage": "https://github.com/ArmandPhilippot/apcom#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com:ArmandPhilippot/apcom.git" }, "bugs": { "url": "https://github.com/ArmandPhilippot/apcom/issues" }, "private": true, "scripts": { "predev": "yarn run i18n:compile", "dev": "next dev", "prebuild": "yarn run i18n:compile", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "next lint", "deploy": "sh ./bin/deploy.sh", "i18n:compile": "formatjs compile-folder src/i18n lang/", "i18n:extract": "formatjs extract 'src/**/*.ts*' --out-file src/i18n/en.json", "release": "standard-version -a -s", "test": "yarn run test:unit && yarn run test:e2e", "test:e2e": "cypress run", "test:e2e:ui": "cypress open", "test:unit": "jest", "test:unit:ci": "jest --ci", "test:unit:coverage": "jest --coverage", "test:unit:watch": "jest --watch", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook" }, "dependencies": { "@formatjs/swc-plugin": "^1.4.18", "@mdx-js/loader": "^2.2.1", "@mdx-js/react": "^2.2.1", "@next/bundle-analyzer": "^13.1.4", "@next/mdx": "^13.1.4", "feed": "^4.2.2", "graphql": "^16.6.0", "modern-normalize": "^1.1.0", "next": "^13.1.4", "next-sitemap": "^3.1.47", "next-themes": "^0.2.1", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.2.5", "schema-dts": "^1.1.0", "sharp": "^0.31.3", "swr": "^2.0.1", "use-ackee": "^3.0.1" }, "devDependencies": { "@babel/core": "^7.20.12", "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@formatjs/cli": "^5.1.12", "@storybook/addon-essentials": "^6.5.15", "@storybook/addon-interactions": "^6.5.15", "@storybook/addon-links": "^6.5.15", "@storybook/addons": "^6.5.15", "@storybook/builder-webpack5": "^6.5.15", "@storybook/manager-webpack5": "^6.5.15", "@storybook/react": "^6.5.15", "@storybook/testing-library": "^0.0.13", "@storybook/theming": "^6.5.15", "@svgr/webpack": "^6.5.1", "@testing-library/cypress": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.6", "@types/mdx": "^2.0.3", "@types/node": "^18.11.18", "@types/prismjs": "^1.26.0", "@types/react": "^18.0.27", "@types/use-ackee": "^2.0.0", "cypress": "^12.3.0", "eslint": "^8.32.0", "eslint-config-next": "^13.1.4", "eslint-config-prettier": "^8.6.0", "eslint-plugin-formatjs": "^4.3.9", "eslint-plugin-storybook": "^0.6.10", "eslint-plugin-testing-library": "^5.10.0", "husky": "^8.0.3", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "lint-staged": "^13.1.0", "next-router-mock": "^0.9.1-beta.0", "postcss": "^8.4.21", "prettier": "^2.8.3", "sass": "^1.57.1", "standard-version": "^9.3.2", "storybook-addon-next": "^1.7.1", "storybook-dark-mode": "^2.0.5", "stylelint": "^15.10.1", "stylelint-config-standard": "^29.0.0", "stylelint-config-standard-scss": "^6.1.0", "typescript": "^4.9.4", "webpack": "^5.76.0" } }