-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private": true,
"scripts": {
"dev": "node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"setup": "git remote remove origin; cp .env.example .env; sudo npm i --no-bin-links; composer install; php artisan key:generate; npm rebuild node-sass; npm run dev"
},
"devDependencies": {
"webpack": "2.2.1",
"axios": "^0.15.2",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.0",
"laravel-mix": "^0.8.8",
"lodash": "^4.16.2",
"vue": "^2.0.1"
},
"dependencies": {
"codemirror": "^5.37.0",
"laravel-echo": "^1.4.0",
"pusher-js": "^4.2.2"
}
}