-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
147 lines (147 loc) · 4.51 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
{
"name": "safeplaces",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/pro-light-svg-icons": "^5.12.1",
"@fortawesome/pro-regular-svg-icons": "^5.12.1",
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.7",
"@mapbox/mapbox-gl-geocoder": "^4.5.1",
"@reduxjs/toolkit": "^1.3.6",
"@tanem/react-nprogress": "^3.0.35",
"@tippy.js/react": "^3.1.1",
"@turf/inside": "^5.0.0",
"@wfp/icons": "^0.0.82",
"@wfp/ui": "^1.4.1-alpha.45",
"array-move": "^2.2.1",
"axios": "^0.19.2",
"classnames": "latest",
"connected-react-router": "^6.8.0",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"file-saver": "^2.0.2",
"focus-trap-react": "^6.0.0",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"mapbox-gl": "^1.10.0",
"mapbox-gl-style-switcher": "^1.0.4",
"mapbox-layer-switcher": "0.0.6",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"pa11y": "^5.3.0",
"pa11y-reporter-html": "^2.0.0",
"query-string": "^6.13.1",
"rc-slider": "^9.2.4",
"react": "^16.13.1",
"react-big-calendar": "^0.24.5",
"react-datepicker": "^2.16.0",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-dropzone": "10.2.1",
"react-geocode": "^0.2.1",
"react-hook-form": "^5.2.0",
"react-map-gl": "^5.2.3",
"react-map-gl-draw": "^0.19.0",
"react-map-gl-geocoder": "^2.0.11",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-last-location": "^2.0.1",
"react-scripts": "3.4.1",
"react-toast-notifications": "^2.4.0",
"react-toastify": "^6.0.5",
"react-transition-group": "^4.4.1",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-persist-transform-filter": "^0.0.20",
"redux-saga": "^1.1.3",
"uuid": "^7.0.3",
"viewport-mercator-project": "^7.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/preset-create-react-app": "^2.1.2",
"@storybook/react": "^5.3.18",
"chromedriver": "^84.0.1",
"cucumber": "^6.0.5",
"cucumber-html-reporter": "^5.2.0",
"cucumber-pretty": "^6.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"json-diff": "^0.5.4",
"mkdirp": "^1.0.4",
"mutationobserver-shim": "^0.3.7",
"nightwatch": "^1.3.7",
"nightwatch-api": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "2.0.5",
"react-json-pretty": "^2.2.0",
"redux-mock-store": "^1.5.4"
},
"husky": {
"hooks": {
"pre-push": "CI=true run-p lint test"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:dev": "env-cmd -f .env.dev react-scripts build",
"build:qa": "env-cmd -f .env.qa react-scripts build",
"test": "react-scripts test ",
"test:ci": "CI=true react-scripts test --coverage --reporters=default --reporters=jest-junit --coverageDirectory=coverage ",
"test:e2e": "nightwatch",
"test:cucumber": "cucumber-js --require cucumber.conf.js --require features --require features/step-definitions --format node_modules/cucumber-pretty --format json:report/cucumber_report.json",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"a11y-check": "node a11y-tests"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"@turf/difference": "6.0.1"
},
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"collectCoverageFrom": [
"src/**/*.js",
"!src/index.js"
],
"coverageReporters": [
"text",
"lcov"
]
}
}