-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "tukion",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node --inspect ./bin/www",
"watch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"laravel-mix": "^3",
"sass": "^1",
"sass-loader": "^7",
"vue": "^2",
"vue-template-compiler": "^2"
},
"dependencies": {
"app-root-path": "^2.2.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"connect-mongo": "^2",
"cookie-parser": "^1",
"cross-env": "^5",
"express": "^4.17.1",
"lifeNode": "https://gitlab.com/yan.yurkin/node.git",
"lodash": "^4",
"mime": "^1",
"mongoose": "^5.5.14",
"mustache-express": "^1",
"pure-uuid": "^1.5.7",
"vimeo-downloader": "^1.0.4",
"vue-meta": "^2.3.1",
"vue-plyr": "^5.1.3",
"vue-router": "^3.0.1",
"vue-youtube": "^1.3.4",
"vuetify": "^1",
"vuex": "^3.1.1",
"youtube-dl": "^2.0.1",
"youtube-search": "^1.1.4"
}
}