-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·73 lines (73 loc) · 2.51 KB
/
package.json
File metadata and controls
executable file
·73 lines (73 loc) · 2.51 KB
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
{
"name": "zing-vuejs-default",
"version": "0.0.1",
"description": "Default VueJS Structure for Zing",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --env=both --watch",
"watchJs": "npm run development -- --env=js --watch",
"watchCss": "npm run development -- --env=css --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"bootstrap": "^4.0.0",
"jquery": "^3.4.0",
"laravel-mix": "^4.0.15",
"lodash": "^4.17.15",
"popper.js": "^1.12",
"prettier": "1.17.0",
"resolve-url-loader": "2.3.1",
"sass": "^1.17.2",
"sass-loader": "7.*",
"uws": "^100.0.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
"@ckeditor/ckeditor5-vue": "^1.0.0-beta.1",
"@types/twitch-ext": "^1.20.0",
"bootstrap-vue": "^2.0.0-rc.18",
"connect": "^3.6.6",
"easter-eggs": "^1.2.0",
"es6-promise": "^4.2.5",
"eslint": "^5.16.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"js-cookie": "^2.2.0",
"loads-css": "^1.0.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"node": "^12.2.0",
"nuxt": "^2.6.2",
"passport-jwt": "^4.0.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"tmi.js": "^1.4.2",
"uws": "^100.0.1",
"vue-beautiful-chat": "^2.2.2",
"vue-color": "^2.7.0",
"vue-notification": "^1.3.16",
"vue-router": "^3.0.2",
"vue2-dropzone": "^3.5.8",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"xmlhttprequest": "^1.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Divinityfound/zing-vuejs-default.git"
},
"author": "Jacob Mathison",
"license": "ISC",
"bugs": {
"url": "https://github.com/Divinityfound/zing-vuejs-default/issues"
},
"homepage": "https://github.com/Divinityfound/zing-vuejs-default#readme"
}