-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
58 lines (58 loc) · 1.65 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": "rg2",
"private": false,
"version": "2.1",
"type": "module",
"scripts": {
"dev": "vite",
"test": "cross-env CYPRESS_COVERAGE=true vite",
"test:all": "cross-env CYPRESS_COVERAGE=true node ./cypress/e2e/run-e2e-tests.cjs",
"build": "grunt replace && vite build --debug && grunt copy:distfiles",
"preview": "vite preview",
"lint:js": "eslint .",
"cypress": "cypress open --e2e --browser chrome",
"deploy": "grunt deploy",
"upver": "grunt replace"
},
"engines": {
"node": ">=18.18.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.2",
"@eslint/js": "^9.11.1",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"cypress-pipe": "^2.0.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"fs-extra": "^11.1.0",
"globals": "^15.9.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.79.3",
"vite": "^5.4.8",
"vite-plugin-istanbul": "^6.0.2"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "~32.2.1",
"@ag-grid-community/styles": "~32.2.1",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"html-entities": "^2.5.2",
"interactjs": "^1.10.27",
"leaflet": "^1.9.4",
"proj4": "^2.12.1",
"toolcool-range-slider": "^4.0.28",
"vanillajs-datepicker": "^1.3.4"
}
}