-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
{
"name": "ui",
"version": "1.0.0",
"private": true,
"author": "Albuquerque ARTCC",
"contributors": [
"Alexandra Robison",
"Daan Janssen"
],
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/zabartcc/ui"
},
"scripts": {
"dev": "vite --open --port 8080",
"serve": "vite preview --open",
"build": "vite build",
"lint": "eslint src"
},
"dependencies": {
"@materializecss/materialize": "^1.1.0",
"@sentry/browser": "^6.19.7",
"@sentry/integrations": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@toast-ui/editor": "^3.1.7",
"@toast-ui/editor-plugin-table-merged-cell": "^3.0.2",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"core-js": "^3.23.3",
"dayjs": "^1.11.7",
"flatpickr": "^4.6.13",
"luxon": "^2.4.0",
"metar-parser": "^1.0.1",
"vue": "^3.2.37",
"vue-router": "^4.1.1",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.2.0",
"sass": "^1.53.0",
"vite": "2.9.14"
}
}