-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.47 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.47 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
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
{
"name": "@linn-it/linn-form-components-library",
"version": "32.6.1",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/linn/react-components-library"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js"
}
},
"dependencies": {
"react-dropzone": "15.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "npm ci && rollup --config",
"deploy": "npm run build && npm publish",
"test": "jest src/",
"test:watch": "jest --watch",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"resolutions": {
"**/@emotion/styled": "11.0.0",
"webpack": "5.88.2"
},
"peerDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "7.3.8",
"@mui/material": "7.3.8",
"@mui/styles": "6.4.8",
"@mui/x-data-grid": "8.27.3",
"@mui/x-date-pickers": "8.27.2",
"notistack": "3.0.2",
"oidc-client": "1.11.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-oidc-context": "3.3.0",
"react-router": "7.13.1",
"react-router-dom": "7.13.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-runtime": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/preset-react": "7.28.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mdx-js/react": "3.1.1",
"@mui/icons-material": "7.3.8",
"@mui/material": "7.3.8",
"@mui/styles": "6.4.8",
"@mui/x-data-grid": "8.27.3",
"@mui/x-date-pickers": "8.27.2",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@storybook/addon-docs": "9.1.16",
"@storybook/addon-webpack5-compiler-swc": "4.0.2",
"@storybook/react-webpack5": "9.1.16",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"babel-jest": "30.2.0",
"babel-loader": "10.0.0",
"babel-preset-react": "6.24.1",
"css-loader": "7.1.4",
"deep-freeze": "0.0.1",
"eslint": "9.39.3",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "9.1.16",
"eslint-plugin-unused-imports": "4.4.1",
"globals": "16.5.0",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jscodeshift": "17.3.0",
"moment": "2.30.1",
"notistack": "3.0.2",
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"prettier": "3.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router-dom": "7.13.1",
"rollup": "4.59.0",
"rollup-plugin-dts": "6.3.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"storybook": "9.1.16",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.16",
"webpack": "5.105.3",
"webpack-cli": "6.0.1"
}
}