-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "sda-moers",
"version": "0.2.3",
"private": false,
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/sermo-de-arboribus/sda-moers.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.30.2",
"d3": "^7.8.4",
"dateformat": "^4.6.2",
"file-saver": "^2.0.5",
"vue": "^2.7.14",
"vue-good-table": "^2.21.0",
"vue-headful": "^2.1.0",
"vue-i18n": "^8.27.1",
"vue-json-csv": "^1.2.11",
"vue-loading-template": "^1.3.2",
"vue-router": "^3.6.5",
"vuex": "^3.5.1",
"vuex-persistedstate": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@intlify/vue-i18n-loader": "^1.1.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.62.1",
"sass-loader": "^8.0.2",
"vue-cli-plugin-i18n": "^2.3.2",
"vue-template-compiler": "^2.7.14"
}
}