a2r
Version:
A2R Framework
54 lines (53 loc) • 1.61 kB
JSON
{
"name": "ts-next-boilerplate",
"version": "1.0.0",
"description": "A2R Next.js Project",
"scripts": {
"dev": "next --port 3000",
"build": "next build",
"lint": "eslint \"**/*.ts*\" --ignore-pattern node_modules/",
"start": "next start",
"test": "jest",
"test-dev": "NODE_ENV=development npx jest --watch",
"type-check": "tsc -p ./tsconfig.json"
},
"author": "Act To React (https://www.a2r.com/)",
"license": "ISC",
"homepage": "https://www.a2r.com",
"dependencies": {
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"js-cookie": "^2.2.1",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"shortid": "^2.2.15",
"socket.io-client": "^3.0.3",
"styled-components": "^5.1.1",
"typescript": "^4.0.2",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/mocha": "^8.0.2",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-jest": "^26.3.0",
"babel-plugin-styled-components": "^1.11.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.3",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"typescript": "^4.0.2"
}
}