forked from Istador/smoo.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 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
78
{
"name": "smoo.it",
"version": "0.1.0",
"author": "Robin C. Ladiges",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"main": "src/main.ts",
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^2.0.10",
"axios": "^0.27.2",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.8.3",
"moment": "^2.29.4",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-country-flag": "^2.3.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-module-decorators": "^2.0.0",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"babel-plugin-transform-unicode-regexp-runtime": "^1.0.2",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"proxy-polyfill": "^0.3.2",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"typescript": "~4.5.5",
"vue-cli-plugin-bootstrap-vue": "~0.8.2",
"vue-template-compiler": "^2.6.14"
},
"bugs": {
"url": "https://github.com/Istador/smoo.it/issues"
},
"homepage": "https://www.smoo.it/",
"keywords": [
"html",
"js",
"css",
"vuejs"
],
"license": "MPL-2.0",
"licenses": [
{
"type": "MPL-2.0",
"url": "https://github.com/Istador/smoo.it/raw/public/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Istador/smoo.it.git"
}
}