-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.28 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "munlite-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "cypress open",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@sentry/browser": "^5.24.2",
"@sentry/integrations": "^5.24.2",
"@sentry/tracing": "^5.24.2",
"@vue/devtools": "^6.0.0-beta.6",
"axios": "^0.21.1",
"core-js": "^3.9.1",
"debounce": "^1.2.0",
"excel4node": "^1.7.2",
"file-saver": "^2.0.5",
"flag-icon-css": "^3.5.0",
"gsap": "^3.6.0",
"hooper": "^0.3.4",
"idle-vue": "^2.0.5",
"js-cookie": "^2.2.1",
"mathjs": "^9.2.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.2",
"v-click-outside": "^3.1.2",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-dragscroll": "^2.1.3",
"vue-native-websocket": "^2.0.14",
"vue-nprogress": "^0.2.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-shortkey": "^3.1.7",
"vue2-touch-events": "^3.2.0",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@types/node": "^14.14.32",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-plugin-eslint": "^4.5.6",
"@vue/cli-plugin-pwa": "^4.5.6",
"@vue/cli-plugin-router": "^4.5.6",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.1.0",
"babel-eslint": "^10.1.0",
"cypress": "^6.6.0",
"cypress-cucumber-preprocessor": "^4.0.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.7.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0"
},
"eslintConfig": {
"extends": [
"@vue/typescript/recommended",
"@vue/prettier/@typescript-eslint"
]
}
}