-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.33 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
70
71
72
73
74
75
{
"name": "ecommerce-store-react",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "dotenv ley"
},
"dependencies": {
"@next/font": "^13.1.6",
"@types/dotenv-safe": "^8.1.2",
"dotenv-cli": "^7.0.0",
"dotenv-safe": "^8.2.0",
"js-cookie": "^3.0.1",
"next": "13.1.7-canary.5",
"patch-package": "^6.5.1",
"postgres": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@next/eslint-plugin-next": "13.1.6",
"@playwright/test": "^1.30.0",
"@types/eslint": "8.21.1",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@upleveled/eslint-config-upleveled": "^3.10.0",
"@upleveled/eslint-plugin-upleveled": "2.1.6",
"eslint": "8.34.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-testing-library": "5.10.2",
"eslint-plugin-unicorn": "45.0.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"postcss-styled-syntax": "0.3.2",
"stylelint": "15.1.0",
"stylelint-config-css-modules": "4.2.0",
"stylelint-config-recommended": "10.0.1",
"stylelint-config-recommended-scss": "9.0.1",
"typescript": "4.9.5"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"@typescript-eslint/utils": "5.52.0"
}
}