зеркало из https://github.com/mozilla/addons-pm.git
66 строки
1.8 KiB
JSON
66 строки
1.8 KiB
JSON
{
|
|
"name": "addons-pm",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "jest . --watch",
|
|
"test-ci": "jest . --coverage --maxWorkers=2",
|
|
"test-coverage": "jest . --coverage --watch",
|
|
"lint": "eslint .",
|
|
"prettier": "prettier --write '**'",
|
|
"prettier-ci": "prettier -c '**'",
|
|
"stylelint": "stylelint **/*.scss"
|
|
},
|
|
"dependencies": {
|
|
"@primer/octicons-react": "18.3.0",
|
|
"apollo-boost": "0.4.9",
|
|
"bootstrap": "5.2.3",
|
|
"classnames": "2.3.2",
|
|
"common-tags": "1.8.2",
|
|
"dompurify": "3.0.1",
|
|
"graphql": "16.6.0",
|
|
"graphql-tag": "2.12.6",
|
|
"isomorphic-fetch": "3.0.0",
|
|
"jsdom": "21.1.1",
|
|
"next": "13.0.2",
|
|
"node-cache": "5.1.2",
|
|
"nprogress": "0.2.0",
|
|
"object-hash": "3.0.0",
|
|
"query-string": "7.1.3",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "2.7.2",
|
|
"react-dom": "18.2.0",
|
|
"react-helmet": "6.1.0",
|
|
"react-timeago": "7.1.0",
|
|
"sass": "1.61.0",
|
|
"swr": "1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.4",
|
|
"@babel/eslint-parser": "7.21.3",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "14.0.0",
|
|
"babel-jest": "29.5.0",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-amo": "5.7.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"eslint-plugin-amo": "1.21.0",
|
|
"fetch-mock": "9.11.0",
|
|
"jest": "29.5.0",
|
|
"jest-environment-jsdom": "29.5.0",
|
|
"mock-express-request": "0.2.2",
|
|
"mock-express-response": "0.3.0",
|
|
"next-router-mock": "0.9.3",
|
|
"prettier": "2.8.7",
|
|
"stylelint": "14.16.1",
|
|
"stylelint-config-prettier-scss": "0.0.1",
|
|
"stylelint-config-standard": "29.0.0",
|
|
"stylelint-config-standard-scss": "6.1.0",
|
|
"stylelint-config-suitcss": "18.0.0"
|
|
|
|
}
|
|
}
|