-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
158 lines (158 loc) · 5.83 KB
/
Copy pathpackage.json
File metadata and controls
158 lines (158 loc) · 5.83 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@madie/madie-design-system",
"version": "1.2.67",
"description": "Shared style guide across the Madie program.",
"main": "dist/index.js",
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",
"scripts": {
"prepublishOnly": "npm run build",
"build": "npm run clean && webpack-cli --progress --color --env production && npm run build-react",
"dev": "npm run clean && webpack-cli --progress --color --watch --env production=false",
"clean": "rimraf build && rimraf dist",
"build-react": "webpack --progress --config webpack.config.react.js",
"build-react-watch": "webpack --progress --watch --config webpack.config.react.js",
"start": "npm run build",
"test": "jest",
"watch-tests": "cross-env BABEL_ENV=test jest --watch",
"coverage": "cross-env BABEL_ENV=test jest --coverage",
"precommit": "npm run format && npm run lint && npm run format-styles",
"prepush": "npm test",
"check-format": "prettier --write 'components/**/*.(js|jsx)'",
"format-test": "prettier --write 'test/**/*.(js|jsx)'",
"lint": "eslint 'components/**/*.{js,jsx}'",
"stylelint": "stylelint 'styles/**/*.{css,scss}'",
"format-styles": "prettier 'styles/**/*.{css,scss}' --write --quiet",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build",
"predeploy": "npm run build-storybook",
"deploy": "gh-pages -d storybook-static"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/register": "^7.24.6",
"@storybook/addon-a11y": "^8.3.0",
"@storybook/addon-actions": "^8.3.0",
"@storybook/addon-backgrounds": "^8.3.0",
"@storybook/addon-docs": "^8.3.0",
"@storybook/addon-knobs": "^8.0.1",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "^8.3.0",
"@storybook/addon-viewport": "^8.3.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.28.0",
"feather-icons-react": "^0.4.3",
"file-loader": "^6.2.0",
"gh-pages": "^6.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^0.11.3",
"moxios": "^0.4.0",
"node-fetch": "^2.6.7",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"sass": "^1.48.0",
"sass-loader": "^10.2.1",
"sinon": "^12.0.1",
"style-loader": "^1.3.0",
"svgo-loader": "^4.0.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeasureAuthoringTool/madie-design-system.git"
},
"keywords": [
"QPP",
"Quality Payment Program",
"style",
"module",
"CMS",
"CMSgov"
],
"author": "Centers for Medicare & Medicaid Services",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/MeasureAuthoringTool/madie-design-system/issues"
},
"dependencies": {
"@cmsgov/design-system": "^5.0.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/styles": "^6.1.0",
"@mui/system": "^6.1.0",
"@mui/x-date-pickers": "^7.17.0",
"@reach/portal": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@tiptap/extension-color": "^2.11.7",
"@tiptap/extension-highlight": "^2.11.7",
"@tiptap/extension-table": "^2.11.7",
"@tiptap/extension-table-cell": "^2.11.7",
"@tiptap/extension-table-header": "^2.11.7",
"@tiptap/extension-table-row": "^2.11.7",
"@tiptap/extension-text-align": "^2.11.7",
"@tiptap/extension-underline": "^2.11.7",
"@tiptap/react": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"axios": "^1.7.4",
"cookie": "^0.7.2",
"cross-env": "^7.0.3",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"dayjs": "^1.11.7",
"dompurify": "^3.2.6",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"preact": "^10.6.4",
"prop-types": "^15.8.1",
"react-draggable": "^4.4.6",
"react-modal": "^3.14.4",
"retry": "^0.13.1",
"svgo": "^3.0.3",
"what-input": "^5.2.10",
"xss": "^1.0.10"
},
"peerDependencies": {
"classnames": "^2.3.1"
},
"overrides": {
"trim": ">=0.0.3",
"webpack": "^5.70.0",
"trim-newlines": "^3.0.1",
"glob-parent": "^6.0.1",
"semver": "^7.5.3",
"optionator": "0.9.3"
}
}