-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
147 lines (147 loc) · 4.83 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": "fogg",
"description": "Gatsby theme for mapping!",
"version": "0.5.3",
"author": "Element 84, Inc.",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@seznam/compose-react-refs": "^1.0.6",
"@tmcw/togeojson": "^4.7.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/invariant": "^6.5.0",
"axios": "^1.6.8",
"babel-loader": "^8.2.3",
"babel-preset-gatsby": "^2.25.0",
"clone": "^2.1.2",
"esri-leaflet": "^2.5.0",
"esri-leaflet-geocoder": "^2.3.3",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-source-filesystem": "^4.21.0",
"leaflet-active-area": "^1.2.1",
"leaflet-draw": "^1.0.4",
"leaflet-editable": "^1.2.0",
"memoizee": "^0.4.15",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"p-cancelable": "^2.0.0",
"path": "^0.12.7",
"postcss": "^8.4.5",
"proj4": "^2.9.0",
"proj4leaflet": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-input-range": "^1.3.0",
"react-leaflet": "^2.7.0",
"react-leaflet-draw": "0.19.0",
"react-modal": "^3.16.1",
"react-select": "^5.7.7",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"sass": "^1.68.0",
"use-debounce": "^3.4.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-storysource": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/cli": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-jest": "^26.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"concurrently": "^6.5.1",
"core-js": "^3.19.2",
"enzyme": "^3.11.0",
"eslint": "^8.50.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^5.0.0",
"gatsby": "^5.13.4",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-sonar-reporter": "^2.0.0",
"leaflet": "^1.7.1",
"lint-staged": "^12.1.2",
"moxios": "^0.4.0",
"prettier": "^3.0.3",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"react-is": "^17.0.2",
"react-test-renderer": "^18.1.0",
"semistandard": "^16.0.1",
"sinon": "^12.0.1",
"stylelint": "^14.16.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.10.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"bump": "npm version",
"build": "npm rum clean && gatsby build && npm run build-storybook",
"build-storybook": "build-storybook",
"clean": "gatsby clean",
"develop": "npm run clean && concurrently --names 'STORYBOOK' -c 'bgMagenta.bold' 'npm run storybook'",
"website": "gatsby develop",
"format": "npm run format-js && npm run format-css && echo '> Finished formatting ✅'",
"format-css": "npm run lint-css --fix",
"format-js": "prettier-eslint --eslint-config-path ./config/eslint.config.js --trailing-comma es5 --single-quote --write $PWD'/**/*.js'",
"jest": "jest --config ./config/jest.config.js",
"lint-css": "stylelint 'src/assets/stylesheets/**/*.scss' --config ./config/stylelint.config.js",
"lint-js": "eslint -c ./config/eslint.config.js . --ext .js",
"lint": "npm run lint-js && npm run lint-css && echo '> Finished linting ✅'",
"serve": "gatsby serve",
"sonar": "sonar-scanner -Dsonar.projectVersion=$npm_package_version",
"start": "npm run develop",
"storybook": "start-storybook -s ./stories/static -p 6006",
"test-clean": "npm run jest -- -u",
"test-watch": "npm run jest -- --watchAll",
"test": "npm run jest && echo '> Finished testing ✅'"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.scss": [
"stylelint --config ./config/stylelint.config.js"
],
"**/*.js": [
"eslint -c ./config/eslint.config.js",
"jest --bail --findRelatedTests --config ./config/jest.config.js --coverage=false"
]
},
"repository": {
"type": "git",
"url": "https://repo.element84.com/fogg/fogg"
},
"main": "gatsby-config.js"
}