-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.46 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "s4et4iki",
"description": "s4et4iki",
"version": "0.0.1",
"private": true,
"homepage": "https://uyriq.github.io/s4e",
"main": "src/index.tsx",
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.9.0",
"@mantine/hooks": "^5.9.0",
"@mantine/styles": "^5.9.0",
"@tabler/icons": "^1.114.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"compose-function": "^3.0.3",
"cookies-next": "^4.3.0",
"downloadjs": "^1.4.7",
"html-to-image": "^1.10.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-mask-next": "^3.0.0-alpha.12",
"react-router": "^6.4.4",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"roundto": "0.0.2",
"typescript": "^4.9.3",
"web-vitals": "^3.1.0",
"use-resize-observer": "^9.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"commit": "git-cz",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx, .",
"lint2": "eslint . --ext .js --ext .jsx --ext .tsx --ext .ts",
"format": "prettier --write ./**/*.{js,jsx,ts,tsx}"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [],
"devDependencies": {
"@babel/core": "latest",
"@babel/eslint-parser": "^7.19.1",
"@testing-library/dom": "latest",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"@types/compose-function": "^0.0.30",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-router": "latest",
"@types/react-router-dom": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"babel-loader": "latest",
"commitizen": "latest",
"cz-conventional-changelog": "latest",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-airbnb-typescript": "latest",
"eslint-config-mantine": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-testing-library": "latest",
"jest": "latest",
"prettier": "latest",
"ts-jest": "27.1.5",
"typescript": "latest"
}
}