-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·98 lines (98 loc) · 3.27 KB
/
package.json
File metadata and controls
executable file
·98 lines (98 loc) · 3.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "track-trace-tools",
"version": "0.7.0",
"private": true,
"scripts": {
"serve": "vue-cli-service build --mode development --watch --openssl-legacy-provider",
"build": " vue-cli-service build --prod --openssl-legacy-provider",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@popperjs/core": "^2.9.2",
"@segment/analytics.js-core": "^4.1.5",
"@segment/analytics.js-integration-segmentio": "^4.2.5",
"@sentry/browser": "^5.29.1",
"@sentry/integrations": "^5.29.1",
"@sentry/tracing": "^6.2.5",
"@types/amplitude-js": "^8.16.2",
"@types/chrome": "^0.0.197",
"amplitude-js": "^8.21.0",
"autoprefixer": "^9.8.6",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.6.5",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"dexie": "^3.0.3",
"fetch-retry": "^4.1.1",
"html2canvas": "^1.0.0-rc.7",
"idb-keyval": "^5.0.1",
"jsonexport": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"pdfjs": "^2.4.6",
"pdfjs-dist": "2.3.200",
"popper.js": "^1.16.1",
"postcss": "^7.0.35",
"rxjs": "^6.6.7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"tslib": "^2.0.3",
"typeface-roboto": "^1.1.13",
"uuid": "^8.3.1",
"uuidv4": "^6.2.5",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-intersection-observer": "^0.1.8",
"vue-mv3-hot-reload": "github:awardx/vue-extension-mv3-hot-reload",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.5.2",
"vue-typeahead-bootstrap": "^2.11.1",
"vuex": "^3.4.0",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.170",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.2.2",
"babel-eslint": "^10.1.0",
"comlink-loader": "^2.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"fetch-cookie": "^1.0.0",
"formdata-node": "^3.6.3",
"jest": "^24.9.0",
"jest-chrome": "^0.7.2",
"jest-fetch-mock": "^3.0.3",
"jest-runner-tsc": "^1.6.0",
"node-fetch": "^2.6.1",
"roboto-fontface": "^0.10.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"tailwind-scrollbar": "^1.3.1",
"ts-jest": "^24.3.0",
"typescript": "~3.9.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-cli-plugin-browser-extension": "github:msfrisbie/vue-cli-plugin-browser-extension",
"vue-cli-plugin-tailwind": "~2.0.1",
"vue-template-compiler": "^2.6.11"
}
}