-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
182 lines (182 loc) · 5.6 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"name": "ski-resorts",
"version": "1.0.0",
"description": "Ski resort conditions",
"main": "index.js",
"buildStrap": {
"nodeVersion": "14.17.2",
"yarnVersion": "1.22.5",
"repoType": "git",
"copyright": "Squiggle Software",
"releaseBranch": "master",
"devBranch": "dev",
"npm": {
"publish": false,
"registry": "https://registry.yarnpkg.com/"
},
"docker": {
"repository": "lstorey/skiresorts",
"registry": "ghcr.io"
}
},
"scripts": {
"run": "babel-node tools/run",
"start": "./bs tdd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lstorey/SkiResorts.git"
},
"author": "lstorey",
"license": "ISC",
"bugs": {
"url": "https://github.com/lstorey/SkiResorts/issues"
},
"homepage": "https://github.com/lstorey/SkiResorts#readme",
"engines": {
"node": ">=12.13.1",
"npm": ">=6.13.4"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/preset-react": "^7.7.4",
"@fortawesome/fontawesome-free": "^5.12.0",
"@murrayju/config": "^1.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "3",
"chart.js": "^2.9.4",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cron": "^1.7.2",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"history": "^4.10.1",
"js-yaml": "^3.13.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongo": "^0.1.0",
"mongodb": "^3.4.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.16",
"polished": "^3.4.2",
"pretty-error": "^2.1.1",
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"randomcolor": "^0.5.4",
"react": "^16.12.0",
"react-bootstrap": "0",
"react-chartjs-2": "^2.8.0",
"react-cookie": "^4.0.3",
"react-deep-force-update": "^2.1.3",
"react-dom": "^16.12.0",
"safe-stable-stringify": "^1.1.0",
"serialize-javascript": "^3.1.0",
"source-map-support": "^0.5.16",
"styled-components": "^4.4.1",
"universal-cookie-express": "^4.0.3",
"universal-router": "^8.3.0",
"uuid": "^3.3.3",
"vm2": "^3.9.4",
"whatwg-fetch": "^3.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-sent": "^7.7.0",
"@babel/plugin-proposal-json-strings": "7",
"@babel/plugin-proposal-logical-assignment-operators": "7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7",
"@babel/plugin-proposal-numeric-separator": "7",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.7.7",
"@babel/plugin-proposal-throw-expressions": "7",
"@babel/plugin-syntax-dynamic-import": "7",
"@babel/plugin-syntax-import-meta": "7",
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/plugin-transform-react-inline-elements": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-flow": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browser-sync": "^2.26.7",
"build-strap": "^3.0.0",
"chai": "^4.2.0",
"chokidar": "^3.3.1",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"enzyme": "^3.11.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-babel": "5",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"flow-bin": "^0.114.0",
"fs-extra": "^8.1.0",
"get-port": "^5.1.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.17.21",
"md5-file": "^4.0.0",
"mocha": "^6.2.2",
"nodemon": "^2.0.2",
"null-loader": "^3.0.0",
"pixrem": "^5.0.0",
"pleeease-filters": "^4.0.0",
"postcss-calc": "^7.0.1",
"postcss-color-function": "^4.1.0",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.0.2",
"postcss-custom-selectors": "^5.1.2",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-media-minmax": "^4.0.0",
"postcss-nested": "^4.2.1",
"postcss-nesting": "^7.0.1",
"postcss-selector-matches": "^4.0.0",
"postcss-selector-not": "^4.0.0",
"prettier": "^1.19.1",
"promise-queue": "^2.2.5",
"raw-loader": "^4.0.0",
"react-dev-utils": "^11.0.4",
"react-error-overlay": "^6.0.4",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"svg-url-loader": "^3.0.3",
"to-string-loader": "^1.1.6",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^1.7.2"
}
}