This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.2 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
{
"name": "sp-frontend",
"version": "0.1.0",
"private": true,
"description": "Name | Nickname | Rolle\r ------------ | ------------ | ------------\r Levent Koch | dermodmaster | Teamleitung\r Daniel Marten | xGurke | Frontend-Entwickler\r Joshua Martin | CodingJosh42 | Frontend-Entwickler\r Sascha Rührup | Sascha-Ruehrup | Frontend-Entwickler\r Florian Löwen | Corebull | Frontend-Entwickler",
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"main": "babel.config.js",
"dependencies": {
"@toast-ui/editor": "^2.3.1",
"@toast-ui/vue-editor": "^2.3.1",
"axios": "^0.19.2",
"blockstack": "21.0.0",
"codemirror": "^5.56.0",
"core-js": "^3.6.4",
"dompurify": "^2.0.12",
"leaflet": "^1.6.0",
"marked": "^1.1.1",
"pwa": "^1.9.7",
"register-service-worker": "^1.7.1",
"validator": "^13.1.1",
"vue": "^2.6.11",
"vue-confetti": "^2.0.9",
"vue-currency-input": "^1.18.3",
"vue-offline": "^2.0.8",
"vue-router": "^3.1.6",
"vue2-leaflet": "^2.5.2",
"vuetify": "^2.2.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/Software-Projekt-Thiel-2020/Frontend/issues"
},
"homepage": "https://github.com/Software-Projekt-Thiel-2020/Frontend#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Software-Projekt-Thiel-2020/Frontend.git"
}
}