-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.93 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.93 KB
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
{
"name": "if.dacetable",
"version": "1.8.0",
"private": true,
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"immer": "10.1.1",
"lodash": "4.17.21",
"react": "18.3.1",
"react-collapsible": "2.10.0",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-intl": "7.1.6",
"react-redux": "9.1.1",
"react-router-dom": "6.23.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5",
"use-click-away-react": "1.0.3",
"web-vitals": "2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@reduxjs/toolkit": "2.2.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/lodash": "4.17.0",
"@types/jest": "27.5.2",
"@types/node": "16.18.96",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"editorconfig": "2.0.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react-hooks": "4.6.2",
"postcss": "8.4.31",
"stylelint": "15.11.0",
"stylelint-config-kamisama": "0.4.7"
},
"resolutions": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "npm run eslint && npm run stylelint",
"stylelint": "stylelint \"**/*.styles.{ts,tsx,js,jsx}\"",
"eslint": "eslint src/ --ext .ts,.tsx,.js,.jsx",
"eslint:fix": "npm eslint --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}