-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.29 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
{
"name": "mosapp",
"version": "0.1.0",
"private": true,
"scripts": {
"start-default": "rimraf ./build && concurrently --kill-others \"less-watch-compiler --config less-watcher.config.json\" \"react-scripts start\"",
"start": "craco start",
"build": "craco build",
"test": "CI=true craco test --env=jsdom --transformIgnorePatterns \"node_modules/(?!axios)/\"",
"test:watch": "craco test --watchAll --env=jsdom --transformIgnorePatterns \"node_modules/(?!axios)/\"",
"eject": "craco eject",
"lint": "eslint ./src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_5d39f632b51a247"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.30",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"axios": "^1.5.1",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"formik": "^2.2.9",
"jest-axe": "^8.0.0",
"lodash": "^4.17.21",
"material-react-table": "^1.12.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-datepicker": "^4.14.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.17.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"react-ui-scrollspy": "^2.3.0",
"redux": "^4.2.1",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@storybook/addon-a11y": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/preset-create-react-app": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-webpack5": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/jest-axe": "^3.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/react-datepicker": "^4.11.2",
"@types/uuid": "^9.0.6",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^7.5.0",
"concurrently": "^8.2.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-storybook": "^0.6.15",
"jest-editor-support": "^31.0.1",
"less": "^4.1.3",
"less-watch-compiler": "^1.16.3",
"msw": "^1.3.2",
"msw-storybook-addon": "^1.9.0",
"prop-types": "^15.8.1",
"storybook": "^7.5.1",
"webpack": "^5.89.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"readme": "ERROR: No README data found!",
"_id": "mosapp@0.1.0"
}