forked from silvioiannone/spa-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.78 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"bundleDependencies": false,
"dependencies": {
"@mdi/font": "^4.6.95",
"@types/chrome": "^0.0.91",
"@types/chromecast-caf-sender": "^1.0.2",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.149",
"@types/pluralize": "^0.0.29",
"@types/qs": "^6.9.0",
"@types/socket.io-client": "^1.4.32",
"@types/superagent": "^4.1.4",
"@types/urijs": "^1.19.4",
"@types/vue-markdown": "^2.2.1",
"@vuex-orm/core": "^0.34.1",
"axios": "^0.19.0",
"babel-preset-env": "^1.7.0",
"country-json": "^1.1.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"deepmerge": "^4.2.2",
"fibers": "^4.0.2",
"flag-icon-css": "^3.4.5",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"github-markdown-css": "^3.0.1",
"imports-loader": "^0.8.0",
"jwt-decode": "^2.2.0",
"laravel-echo": "^1.6.1",
"laravel-mix": "^5.0.0",
"libphonenumber-js": "^1.7.29",
"lodash": "^4.17.15",
"loglevel": "^1.6.6",
"material-design-icons": "^3.0.1",
"moment": "^2.24.0",
"node-env-file": "^0.1.8",
"npm": "^6.13.1",
"pluralize": "^8.0.0",
"push.js": "^1.0.12",
"qs": "^6.9.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"socket.io": "^2.3.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"superagent": "^5.1.1",
"tiptap": "^1.26.4",
"tiptap-extensions": "^1.28.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"urijs": "^1.19.2",
"url-pattern": "^1.0.3",
"vee-validate": "^3.1.1",
"vue": "^2.6.10",
"vue-avatar": "^2.1.8",
"vue-class-component": "^7.1.0",
"vue-i18n": "^8.15.1",
"vue-loader": "^15.7.2",
"vue-markdown": "^2.2.4",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vue-the-mask": "^0.11.1",
"vue2-dropzone": "^3.6.0",
"vue2-filters": "^0.8.0",
"vuedraggable": "^2.23.2",
"vuetify": "^2.1.12",
"vuetify-loader": "1.3.1",
"vuex": "^3.1.2",
"vuex-router-sync": "^5.0.0",
"webpack-merge": "^4.2.2"
},
"deprecated": false,
"description": "A VueJS based SPA skeleton",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3"
},
"homepage": "https://github.com/silvioiannone/spa-skeleton#readme",
"license": "ISC",
"main": "src/index.js",
"name": "spa-skeleton",
"repository": {
"type": "git",
"url": "git+https://github.com/silvioiannone/spa-skeleton.git"
},
"scripts": {
"build": "tsc"
},
"version": "0.5.24"
}