-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.75 KB
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
{
"name": "transit-tracker-frontend",
"version": "2.11.1",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@mdi/js": "^7.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@popperjs/core": "^2.11.6",
"animejs": "^3.2.1",
"core-js": "^3.25.5",
"gtfs-realtime-bindings": "^0.0.6",
"json-to-csv-export": "^3.1.0",
"mapbox-gl": "^2.15.0",
"nuxt": "^2.18.1",
"nuxt-i18n": "^6.28.1",
"sass-loader": "^10.1.1",
"tailwind-m3-colors": "^0.0.6-git",
"uuid": "^9.0",
"vue-clickaway": "^2.2.2",
"vue-json-excel": "^0.3.0",
"vue-timeago": "^5.1.3",
"vuedraggable": "^2.24.3",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.0",
"@nuxtjs/vuetify": "^1.12.1",
"@vue/test-utils": "^2.2",
"autoprefixer": "^10.4.13",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.3",
"laravel-echo": "^1.11.2",
"postcss": "^8.4.19",
"prettier": "^2.3.2",
"prettier-plugin-tailwindcss": "^0.1.13",
"pusher-js": "^7.0.3",
"tailwindcss": "^3.2.4",
"vue-jest": "^3.0.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}