forked from City-of-Helsinki/varaamo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 4.85 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
{
"name": "varaamo",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/varaamo"
},
"engines": {
"node": ">=8.15.1",
"npm": ">=6.4.1"
},
"main": "server/index.js",
"homepage": "https://varaamo.hel.fi/",
"description": "Varaamo is the user interface for the City of Helsinki varaamo.hel.fi resource reservation service.",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/moment": "^4.3.0",
"@fullcalendar/moment-timezone": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"axios": "^0.19.0",
"bootstrap-sass": "3.4.1",
"camelcase-keys": "^6.1.2",
"classnames": "2.2.5",
"dotenv": "7.0.0",
"dragscroll": "0.0.8",
"enzyme-to-json": "^3.3.5",
"firebase": "^7.5.2",
"hash-file": "3.0.0",
"hds-react": "^0.5.5",
"hel-bootstrap-3": "1.0.0-beta.4",
"hel-icons": "1.0.0-beta.2",
"humps": "2.0.1",
"isomorphic-fetch": "2.2.1",
"jest-date-mock": "^1.0.7",
"leaflet": "^1.4.0",
"lightbox-react": "0.3.7",
"location-origin": "1.1.4",
"lodash": "4.17.15",
"mobile-detect": "1.4.0",
"moment": "2.24.0",
"moment-range": "4.0.1",
"moment-timezone": "0.5.25",
"nocache": "2.0.0",
"normalizr": "2.2.1",
"passport": "0.3.2",
"passport-tampere": "git://github.com/Tampere/passport-tampere.git",
"query-string": "4.2.3",
"rc-slider": "8.3.1",
"react": "16.8.4",
"react-app-polyfill": "^0.2.2",
"react-autosize-textarea": "^7.0.0",
"react-bootstrap": "0.32.3",
"react-day-picker": "7.3.0",
"react-device-detect": "^1.6.2",
"react-dom": "16.8.4",
"react-helmet": "5.2.1",
"react-html-parser": "^2.0.2",
"react-intl": "2.8.0",
"react-intl-redux": "2.1.0",
"react-leaflet": "2.2.1",
"react-linkify": "0.2.2",
"react-loader": "2.4.5",
"react-notifications": "1.4.3",
"react-numeric-input": "2.2.3",
"react-redux": "6.0.1",
"react-router-bootstrap": "0.24.4",
"react-router-dom": "4.3.1",
"react-select": "^3.0.4",
"react-sticky-el": "1.0.20",
"react-toggle": "4.1.1",
"redux": "4.0.1",
"redux-actions": "2.6.5",
"redux-api-middleware": "3.0.1",
"redux-form": "8.1.0",
"redux-thunk": "2.2.0",
"reselect": "2.5.4",
"seamless-immutable": "7.1.4",
"serialize-javascript": "2.1.2",
"validator": "6.1.0"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"autoprefixer": "9.4.7",
"babel-eslint": "10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "8.0.5",
"body-parser": "1.18.3",
"codecov": "^3.5.0",
"cookie-parser": "1.4.3",
"cookie-session": "1.3.3",
"css-loader": "2.1.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "~1.11.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-loader": "2.1.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "^2.3.0",
"express": "4.16.4",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "0.5.0",
"mockdate": "2.0.2",
"morgan": "1.9.1",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react-test-renderer": "^16.8.4",
"react-transform-hmr": "1.0.4",
"redux-devtools-extension": "2.13.8",
"resolve-url-loader": "3.0.1",
"rosie": "1.6.0",
"sass-loader": "7.1.0",
"simple-mock": "0.8.0",
"snakecase-keys": "^3.1.2",
"style-loader": "0.23.1",
"terser-webpack-plugin": "^1.2.2",
"url-loader": "1.1.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "3.5.2",
"webpack-hot-middleware": "2.24.3",
"webpack-merge": "4.2.1"
},
"scripts": {
"build": "./node_modules/.bin/webpack --config config/webpack.production.js",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint --fix .",
"start:production": "NODE_ENV=production node server/index.js",
"start": "node server/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverage",
"test:ci": "jest --runInBand --collectCoverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
}
}