-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 2.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "next-mui-template",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.12.3",
"@mui/styles": "^5.12.3",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"event-bus-e2z": "^1.0.0",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"jest-esm-transformer": "^1.0.0",
"joinclass": "^1.0.0",
"lodash": "^4.17.21",
"next": "^12.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.2.2",
"react-redux": "^8.0.5",
"styled-components": "^5.3.10"
},
"scripts": {
"build": "next build",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"dev": "next",
"format": "prettier --write . && eslint --fix .",
"lint": "eslint .",
"start": "next start",
"test": "jest",
"type-check": "tsc",
"quality": "npm run type-check && npm run lint && npm run test"
},
"devDependencies": {
"@axe-core/react": "^4.3.1",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-transform-typescript": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.194",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}