-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.86 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "webpack-dev-server --hot --inline --error-details --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "webpack"
},
"devDependencies": {
"axios": "^0.17",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"vue": "^2.5.7",
"webpack": "^3.10.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"bootstrap-vue": "^1.4.0",
"laravel-echo": "^1.3.5",
"pusher-js": "^4.2.2",
"vue-chat-scroll": "^1.3.3",
"vue-notification": "^1.3.4",
"vue-paginate": "^3.5.1",
"vue-resource": "^1.3.5",
"vue2-datepicker": "^1.8.3",
"vuejs-paginate": "^1.6.0",
"webpack-dev-server": "^1.14.1"
},
"name": "mundoDS",
"description": "This is a code for a social network to manage TV shows and episodes followed by the user & find friends that like the same shows!",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igoortc/mundoDS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/igoortc/mundoDS/issues"
},
"homepage": "https://github.com/igoortc/mundoDS#readme"
}