-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
59
60
{
"name": "transit-tracker-frontend",
"version": "2.9.6",
"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",
"dexie": "^3.0.3",
"gtfs-realtime-bindings": "^0.0.6",
"mapbox-gl": "^2.4.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"papaparse": "^5.3.1",
"sass-loader": "^10.1.1",
"tailwind-m3-colors": "^0.0.4",
"uuid": "^9.0",
"vue-clickaway": "^2.2.2",
"vue-json-excel": "^0.3.0",
"vue-json-viewer": "^2.2.19",
"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"
}
}