-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
125 lines (125 loc) · 4.19 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
{
"name": "geobadges.org",
"version": "0.0.0",
"description": "GeoBadges Front-End Website built in React",
"main": "index.js",
"scripts": {
"api": "docker pull geobadges/api && docker rm --force gbapi || true && docker run --env-file .env --name gbapi --publish 8000:8000 geobadges/api:latest",
"analyze": "webpack --profile --json > stats.json && npx webpack-bundle-analyzer stats.json",
"build": "webpack --mode=production",
"build:netlify": "CNAME=$CNAME GEOBADGES_API_ENDPOINT=$GEOBADGES_API_ENDPOINT GEOBADGES_FUNCTIONS_ENDPOINT=$GEOBADGES_FUNCTIONS_ENDPOINT npm run build",
"build:prod": "CNAME='beta.geobadges.io' npm run build",
"lint": "eslint 'src/**/*' --ext .js,.jsx --fix --ignore-pattern '*.html'",
"prettier": "pretty-quick --staged",
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --disableHostCheck=true --historyApiFallback=true --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoBadges/geobadges.org.git"
},
"keywords": [
"geobadges",
"badges",
"learning",
"geospatial",
"mapping",
"gis",
"maps",
"education",
"credential",
"micro-credential",
"achievment",
"reward"
],
"author": "GeoSurge, LLC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GeoBadges/geobadges.org/issues"
},
"homepage": "https://github.com/GeoBadges/geobadges.org#readme",
"private": true,
"dependencies": {
"@brainhubeu/react-carousel": "^1.19.16",
"@geobadges/badgr-api-client": "^0.11.0",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"easy-script-loader": "^0.1.0",
"file-saver": "^2.0.2",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"jszip": "^3.5.0",
"lodash.chunk": "^4.2.0",
"lodash.get": "^4.4.2",
"lodash.map": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.set": "^4.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-minimal-pie-chart": "^8.0.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-use": "^15.1.1",
"redux": "^4.0.5",
"redux-devtools": "^3.5.0",
"state-bridge": "0.0.0",
"url-search-params-polyfill": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@svgr/webpack": "^5.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"clean-webpack-plugin": "^3.0.0",
"cname-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"dotenv-webpack": "^1.8.0",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"imagemin-webpack-plugin": "^2.4.2",
"jest": "^25.5.4",
"markdown-loader": "^5.1.0",
"mini-css-extract-plugin": "^0.9.0",
"netlify-cli": "^2.51.0",
"offline-plugin": "^5.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.28",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"postcss-sort-media-queries": "^1.4.24",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"whatwg-fetch": "^3.0.0"
}
}