-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "gbif-alert",
"version": "1.7.7",
"description": "[![Django CI](https://github.com/riparias/early-alert-webapp/actions/workflows/django_tests.yml/badge.svg)](https://github.com/riparias/early-warning-webapp/actions/workflows/django_tests.yml)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-dev": "webpack --config webpack.dev.js --watch",
"webpack-prod": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riparias/gbif-alert.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/riparias/gbif-alert/issues"
},
"homepage": "https://github.com/riparias/gbif-alert#readme",
"devDependencies": {
"@babel/core": "^7.24.6",
"@types/bootstrap": "^5.2.10",
"@types/d3": "^7.4.3",
"@types/lodash.debounce": "^4.0.9",
"@types/luxon": "^3.4.2",
"@types/uuid": "^9.0.8",
"@vue/compiler-sfc": "^3.4.27",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"npm-check": "^6.0.1",
"prettier": "^3.2.5",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"d3": "^7.9.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"luxon": "^3.4.4",
"nouislider": "^15.7.2",
"ol": "^9.2.3",
"qs": "^6.12.1",
"uuid": "^9.0.1",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1"
}
}