-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 4.46 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
132
133
134
135
136
137
138
139
140
141
{
"name": "@thepalaceproject/web-patron",
"version": "0.0.1",
"description": "Patron UI for The Palace Project",
"repository": {
"type": "git",
"url": "https://github.com/ThePalaceProject/web-patron.git"
},
"author": "The Palace Project",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"dev:https": "node dev-server.js",
"dev:axe": "REACT_AXE=true npm run dev",
"build": "next build",
"start": "next start",
"build-and-start": "npm run build && npm run start",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:integration": "cypress open",
"lint": "eslint \"*/**/*.{ts,tsx}\"",
"lint:fix": "eslint \"*/**/*.{ts,tsx}\" --fix",
"generate-icons": "npx @svgr/cli --template src/icons/_template.js --typescript --icon --ext tsx --svg-props 'fill=currentColor' -d src/icons src/icons",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@bugsnag/js": "^7.3.5",
"@bugsnag/plugin-react": "^7.3.5",
"@csstools/normalize.css": "^10.1.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@nypl/design-system-react-components": "^0.7.2",
"@nypl/dgx-svg-icons": "^0.3.12",
"@theme-ui/color": "^0.4.0-rc.3",
"@theme-ui/components": "^0.3.1",
"@theme-ui/match-media": "^0.3.1",
"@zeit/next-source-maps": "0.0.3",
"chalk": "^4.1.0",
"deepmerge": "^4.2.2",
"dompurify": "^2.2.0",
"downloadjs": "^1.4.7",
"font-awesome": "^4.7.0",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"jsdom": "^16.2.2",
"library-simplified-webpub-viewer": "^0.2.6",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"next": "^10.0.8",
"next-transpile-modules": "^4.0.0",
"node-fetch": "^2.6.1",
"opds-feed-parser": "0.0.18",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^4.9.2",
"react-hot-loader": "^4.12.20",
"react-intersection-observer": "^8.30.3",
"react-redux": "^7.1.0",
"reakit": "^1.2.4",
"request": "^2.88.2",
"styled-system": "^5.1.2",
"swr": "^0.3.2",
"theme-ui": "^0.3.1",
"tslib": "^2.3.0"
},
"optionalDependencies": {
"@nypl-simplified-packages/axisnow-access-control-web": "^1.0.3"
},
"devDependencies": {
"@axe-core/react": "^4.1.0",
"@babel/core": "^7.12.7",
"@next/bundle-analyzer": "^9.5.3",
"@storybook/addon-actions": "^6.1.2",
"@storybook/addon-essentials": "^6.1.2",
"@storybook/addon-links": "^6.1.2",
"@storybook/react": "^6.1.2",
"@testing-library/cypress": "^7.0.6",
"@testing-library/dom": "^7.26.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^12.1.4",
"@types/dompurify": "^2.0.4",
"@types/downloadjs": "^1.4.2",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.15",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.6.4",
"@types/pako": "^1.0.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.9",
"@types/theme-ui": "^0.3.1",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.1",
"cypress": "^7.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fetch-mock": "^9.4.0",
"fetch-mock-jest": "^1.2.4",
"jest": "^26.6.3",
"jest-emotion": "^10.0.32",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.30.0",
"prettier": "2.1.1",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"typescript": "^4.3.4",
"webpack-bugsnag-plugins": "^1.4.3"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}
}