-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.43 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@linn-it/linn-form-components-library",
"version": "23.0.0-alpha.02",
"private": false,
"jest": {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js"
]
},
"dependencies": {
"@mui/x-data-grid": "^7.23.0",
"@mui/x-date-pickers": "^7.23.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"jest-environment-jsdom": "^29.7.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react-dropzone": "^14.3.5",
"redux-mock-store": "^1.5.5",
"util": "^0.12.5"
},
"scripts": {
"start": "react-scripts start",
"build": "npm install && npm install --only=dev && jest --runInBand src/ && rollup --config",
"deploy": "npm run build && npm publish && npm run deploy-storybook",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages -- --out=.out",
"test:generate-output": "jest --json --outputFile=jest-test-results.json src/components/__tests__/*",
"test": "jest src/",
"test:watch": "jest --watch",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check"
},
"resolutions": {
"**/@emotion/styled": "^11.0.0",
"webpack": "5.88.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@mui/styles": "^6.1.10",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router": "^7.0.2",
"react-router-dom": "^7.0.2",
"redux-api-middleware": "^3.2.1"
},
"eslintConfig": {
"extends": "react-app",
"env": {
"browser": true
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.9",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mdx-js/react": "^3.1.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@mui/styles": "^6.1.10",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/codemod": "^6.3.12",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/react": "^6.3.12",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/theming": "^6.3.12",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.2.1",
"babel-preset-react": "^6.24.1",
"deep-freeze": "0.0.1",
"eslint": "8.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"jest": "^29.7.0",
"jscodeshift": "^0.15.0",
"moment": "^2.29.4",
"notistack": "^3.0.1",
"postcss": "^8.4.49",
"postcss-import": "16.1.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.2",
"react-router-dom": "^7.0.2",
"redux": "^4.2.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^2.0.6",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"sb": "^6.3.12"
},
"storybook-deployer": {
"gitUsername": "GH Pages Bot",
"gitEmail": "[email protected]",
"commitMessage": "Deploy Storybook [skip ci]"
},
"main": "dist/bundle.min.js",
"files": [
"cjs/*"
]
}