mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "divlo",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Divlo/Divlo"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"lint:commit": "commitlint",
|
|
"lint:docker": "dockerfilelint './Dockerfile'",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint '*.md' --dot --ignore node_modules",
|
|
"lint:typescript": "eslint '*.{js,ts,jsx,tsx}'",
|
|
"lint:staged": "lint-staged",
|
|
"lighthouse": "lhci autorun",
|
|
"test": "jest",
|
|
"release": "semantic-release",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/montserrat": "4.4.2",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
|
"@fortawesome/free-brands-svg-icons": "5.15.3",
|
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
|
"@fortawesome/react-fontawesome": "0.1.14",
|
|
"classnames": "2.3.1",
|
|
"html-react-parser": "1.2.6",
|
|
"next": "10.2.3",
|
|
"next-pwa": "5.2.21",
|
|
"next-themes": "0.0.14",
|
|
"next-translate": "1.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"universal-cookie": "4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "12.1.4",
|
|
"@commitlint/config-conventional": "12.1.4",
|
|
"@lhci/cli": "0.7.2",
|
|
"@testing-library/jest-dom": "5.12.0",
|
|
"@testing-library/react": "11.2.7",
|
|
"@types/jest": "26.0.23",
|
|
"@types/node": "15.12.0",
|
|
"@types/react": "17.0.9",
|
|
"@types/styled-jsx": "2.2.8",
|
|
"@typescript-eslint/eslint-plugin": "4.26.0",
|
|
"autoprefixer": "10.2.6",
|
|
"babel-jest": "27.0.2",
|
|
"dockerfilelint": "1.8.0",
|
|
"editorconfig-checker": "4.0.2",
|
|
"eslint": "7.27.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-config-standard-with-typescript": "20.0.0",
|
|
"eslint-plugin-import": "2.23.4",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"eslint-plugin-promise": "5.1.0",
|
|
"husky": "6.0.0",
|
|
"jest": "27.0.4",
|
|
"lint-staged": "11.0.0",
|
|
"markdownlint-cli": "0.27.1",
|
|
"postcss": "8.3.0",
|
|
"prettier": "2.3.0",
|
|
"semantic-release": "17.4.3",
|
|
"tailwindcss": "2.1.4",
|
|
"typescript": "4.3.2"
|
|
}
|
|
}
|