forked from Enterprise-CMCS/eAPD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 2.92 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
{
"name": "cms-eapd",
"private": true,
"version": "4.2.0",
"description": "APD app for CMS HITECH program",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Enterprise-CMCS/eAPD.git"
},
"bugs": {
"url": "https://github.com/Enterprise-CMCS/eAPD/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/eAPD#readme",
"engines": {
"node": "16.19.1"
},
"scripts": {
"clean": "rm -rf yarn.lock node_modules */node_modules",
"audit": "npx audit-ci --config ./audit-ci.json",
"build": "yarn workspace @cms-eapd/web build",
"lint": "yarn workspaces run lint",
"prettier": "prettier --write \"**/*.{js,jsx,cjs,ts,tsx,css,md,json}\" --config \".prettierrc\"",
"npm-check": "npx npm-check-updates",
"prepare": "yarn run snyk-protect && husky install",
"snyk-protect": "snyk-protect",
"create:route": "npx hygen routes new route",
"create:story": "npx hygen stories new story",
"create:component": "npx hygen components new component"
},
"keywords": [
"cms",
"medicaid",
"hitech",
"emr",
"apd"
],
"contributors": [
"Akua Amponsah",
"Nicolas Aretakis",
"Heather Battaglia",
"Ty Bolt",
"Ronald Bronson",
"Bill Brooks",
"Richard Davis",
"Jenn Downs",
"Nicole Fenton",
"Tiffany Forkner",
"Eghosa Guobadia",
"Austin Hernandez",
"James Hupp",
"Jesse James",
"Meghana Khandekar",
"Michael Knoll",
"Jerome Lee",
"Nikki Lee",
"Aricka Lewis",
"Christopher (CM) Lubinksi",
"Chris Miraflor",
"Darren Mirano",
"Dio Obijiaku",
"Aviva Oskow",
"Paul Phillips",
"Laura Poncé",
"Brendan Sudol",
"Caryn Swartz",
"Jen Thibault",
"Greg Walker",
"Nichole Weems",
"Nicole Zonnenberg"
],
"workspaces": {
"packages": [
"api",
"web",
"common",
"e2e"
],
"nohoist": [
"knex",
"api/@babel/node",
"web/@uppy",
"web/tinymce",
"web/@tinymce/tinymce-react",
"web/@cmsgov/design-system",
"e2e/cypress-axe",
"e2e/@cypress/grep",
"e2e/axe-core"
]
},
"dependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/eslint-parser": "7.21.3",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.21.2",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"babel-plugin-dynamic-import-node": "2.3.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@snyk/protect": "1.1143.0",
"babel-jest": "27.5.1",
"husky": "8.0.3",
"jest": "27.5.1",
"prettier": "2.8.7",
"pretty-quick": "3.1.3"
},
"resolutions": {
"yargs-parser": ">=18.1.1",
"jsonwebtoken": ">=9.0.0",
"browserslist": ">=4.21.5"
},
"packageManager": "yarn@1.22.18"
}