-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1022 Bytes
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
{
"name": "hydro",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "vite build",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite --host",
"preview": "vite preview --port 5050 --host localhost"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"pinia": "^2.0.13",
"register-service-worker": "^1.7.2",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"vue3-google-map": "^0.10.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/cli-plugin-pwa": "~5.0.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.17",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"highcharts": "^10.0.0",
"jsdom": "^19.0.0",
"leaflet": "^1.7.1",
"prettier": "^2.6.2",
"sass": "^1.49.11",
"vite": "^2.9.1",
"vitest": "^0.8.4",
"vue3-highcharts": "^0.1.3"
}
}