-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 4.86 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-flow": "^7.17.12",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/validator": "^13.12.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"axios-mock-adapter": "^1.7.1",
"babel-core": "^7.0.0-bridge.0",
"breakpoint-sass": "^2.7.1",
"chai": "3.5.0",
"create-react-class": "15.5.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.5",
"esdoc": "^1.1.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "16.1.0",
"eslint-loader": "1.3.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "9.0.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "4.0.1",
"nightwatch": "^1.7.8",
"nock": "^13.0.11",
"nyc": "^13.0.0",
"prettier": "2.7.1",
"react-addons-test-utils": "15.6.0",
"redux-mock-store": "^1.5.4",
"sass": "^1.71.1",
"sinon": "4.0.1",
"supertest": "^6.1.5",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"react",
"oilerplate",
"sass"
],
"license": "MIT",
"bugs": {
"url": "https://github.com//issues"
},
"nyc": {
"extension": [
".jsx"
],
"require": [
"babel-register"
]
},
"dependencies": {
"@activeadmin/activeadmin": "^2.13.1",
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.15.3",
"@hotwired/stimulus": "^3.2.2",
"@nypl/design-system-react-components": "3.3.1",
"@nypl/dgx-svg-icons": "0.3.7",
"@rails/activestorage": "^7.0.2-3",
"@rails/ujs": "^7.0.2-3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/react-transition-group": "^4.4.2",
"@types/ws": "^8.5.4",
"activeadmin_addons": "^1.0.0",
"activeadmin_reorderable": "^0.2.1",
"aws-sdk": "2.99.0",
"axios": "^0.19.2",
"babel-loader": "^8.0.0-beta.6",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.0",
"channels": "0.0.4",
"css-loader": "^0.28.11",
"date-fns": "^2.28.0",
"dateformat": "^5.0.3",
"esbuild": "^0.20.1",
"focus-trap-react": "3.0.3",
"html-react-parser": "^3.0.4",
"jest-axe": "^7.0.0",
"jest-mock-axios": "^4.7.3",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^0.9.0",
"npm": "^7.20.5",
"postcss": "8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "15.0.0",
"postcss-preset-env": "^9.4.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-a11y": "0.3.4",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-autosuggest": "^10.1.0",
"react-collapsible": "^2.8.4",
"react-doc-meta": "0.2.0",
"react-document-title": "2.0.3",
"react-dom": "^18.2.0",
"react-ga": "1.2.0",
"react-hot-loader": "1.2.8",
"react-icons": "^4.2.0",
"react-number-format": "2.0.4",
"react-on-rails": "12.2.0",
"react-onclickout": "2.0.6",
"react-redux": "^7.2.1",
"react-router": "^6.4.0",
"react-router-dom": "^6.4.0",
"react-router-scroll": "^0.4.4",
"react-slidedown": "^2.4.5",
"react-tappable": "1.0.4",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.9",
"rootpath": "0.1.2",
"sass": "^1.71.1",
"sass-loader": "^7.2.0",
"scroll-behavior": "0.4.0",
"style-loader": "0.13.0",
"styled-components": "^5.3.0",
"title-case": "^3.0.3",
"tsdx": "^0.14.1",
"turbolinks": "^5.2.0",
"underscore": "1.8.3",
"url-parse": "^1.5.3",
"validator": "^7.2.0",
"winston": "2.3.1"
},
"name": "mylibrarynycapp",
"description": "MyLibraryNYC ============",
"version": "1.0.0",
"main": "babel.config.js",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "tsdx watch",
"build": "esbuild app/javascript/*.* app/javascript/stylesheets/*.scss --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets --loader:.js=jsx --loader:.scss=css --loader:.svg=file --loader:.png=file --loader:.jpg=file --loader:.pdf=file",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint app/javascript/components/*.jsx",
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"author": ""
}