-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 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
{
"name": "service-based-antipatterns",
"version": "1.0.1",
"contributors": [
"Tobias Boceck",
"Matthias Popp",
"Dennis Tschechlov",
"Justus Bogner"
],
"license": "MIT",
"repository": {
"url": "https://github.com/xJREB/service-based-antipatterns"
},
"scripts": {
"start": "vue-cli-service serve --open",
"serve:local": "vue-cli-service serve --open --mode local",
"build": "cross-env NODE_ENV=production && vue-cli-service build",
"build:dev": "cross-env NODE_ENV=dev && vue-cli-service build",
"lint": "vue-cli-service lint",
"update:packages": "rm -rf node_modules && npm update --save-dev && npm update --save"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"axios": "^0.21.1",
"citation-js": "^0.5.1",
"crossref": "^1.2.1",
"material-design-icons-iconfont": "^6.0.1",
"mathjs": "^9.4.4",
"roboto-fontface": "^0.10.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-clipboard2": "^0.3.1",
"vue-markdown": "^2.2.4",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.2",
"vue-toasted": "^1.1.28",
"vuetify": "^2.5.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"babel-runtime": "^6.26.0",
"browser-request": "^0.3.3",
"copy-webpack-plugin": "^6.4.0",
"core-js": "^3.16.2",
"cross-env": "^7.0.3",
"merge-jsons-webpack-plugin": "^1.0.21",
"sass": "^1.38.0",
"sass-loader": "^10.2.0",
"typescript": "^4.3.5",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-template-compiler": "^2.6.14"
}
}