This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
140 lines (140 loc) · 4.28 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
{
"name": "linkedevents-ui",
"description": "UI for City of Helsinki event API",
"version": "0.0.1",
"author": "Juha Yrjölä <[email protected]>",
"repository": "github:City-of-Helsinki/linkedevents-ui",
"scripts": {
"start": "NODE_ENV=development node server",
"production": "NODE_ENV=production node server",
"build": "NODE_ENV=production webpack -p --config config/webpack/prod.js",
"testing": "NODE_ENV=production APP_MODE=testing webpack -p --config config/webpack/prod.js",
"test": "jest",
"test:ci": "node --icu-data-dir=node_modules/full-icu node_modules/jest/bin/jest.js",
"lint:fix": "eslint -c .eslintrc src/**/*.{js,jsx}?\\(x\\) --fix",
"lint": "eslint -c .eslintrc src/**/*.{js,jsx}?\\(x\\)"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"app-module-path": "^1.0.5",
"axios": "^0.19.0",
"babel-polyfill": "^6.23.0",
"babel-preset-stage-2": "^6.1.18",
"body-parser": "^1.14.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"codecov": "^3.0.0",
"connect-history-api-fallback": "^1.1.0",
"cookie-parser": "^1.4.0",
"cookie-session": "^2.0.0-alpha.1",
"debug": "^2.2.0",
"es6-promise": "^3.0.2",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"express": "^4.13.3",
"git-revision-webpack-plugin": "^2.4.0",
"history": "^4.7.2",
"immutability-helper": "^2.6.4",
"intl": "^1.0.1",
"isomorphic-fetch": "^2.2.0",
"jquery": "^3.4.0",
"jsonwebtoken": "^5.4.1",
"jszip": "^3.0.0",
"jwt-decode": "^2.0.1",
"lodash": "^4.17.13",
"loose-envify": "^1.4.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"nconf": "^0.9.1",
"object-assign": "^4.1.1",
"passport": "^0.3.2",
"passport-helsinki": "https://github.com/City-of-Helsinki/passport-helsinki.git",
"progress": "^1.1.8",
"prop-types": "^15.7.2",
"raven-js": "^2.3.0",
"react": "16.12.0",
"react-addons-pure-render-mixin": "^15.6.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "16.12.0",
"react-helmet": "^5.2.1",
"react-intl": "2.9.0",
"react-loader": "^2.0.0",
"react-redux": "4.4.8",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-select": "^3.0.8",
"redux": "4.0.4",
"redux-actions": "^0.9.0",
"redux-thunk": "^2.3.0",
"typeahead.js": "^0.11.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.6.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.3.13",
"cjsx-loader": "^2.1.0",
"css-loader": "^0.28.7",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.3.4",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"file-loader": "^2.0.0",
"full-icu": "^1.2.1",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jest": "^22.1.1",
"js-yaml": "^3.13.1",
"json-loader": "^0.5.4",
"morgan": "^1.6.1",
"node-sass": "^4.12.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"react-transform-hmr": "^1.0.4",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.19.0",
"url-loader": "^1.1.2",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11",
"webpack-hot-middleware": "^2.22.2"
},
"license": "MIT",
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>src/setupTests.js",
"testEnvironment": "jsdom",
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"moduleDirectories": [
"<rootDir>",
"node_modules"
],
"moduleNameMapper": {
"^.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "identity-obj-proxy"
},
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}